6–7 min read
Contacts
Updated on: 23/12/2025
Create and use custom contact fields in a few steps
If you just need the essentials, follow this:
- Open Contacts → Fields to access Manage Contact Fields
- Click New Field, name it, and choose the correct type (Text/Number/Date & Time)
- Set Agent access (Hidden/View/Edit) and optionally enable Featured
- Use the field reference in flows: @contact.fields.field_name
- Update values on contacts or in flows using Update Contact (values up to 640 characters)
You’re done. Your workspace can now capture consistent project data and use it in automation and reporting.
Step-by-Step Process
Contacts store information in contact fields (for example: name, phone number, district, registration date). RapidPro.app fields fall into two categories:
default fields (built-in, like Name and Language) and custom fields (fields you create for your project).
Custom fields can store different value types (such as text, number, or date & time), depending on how you configure the field.
- Go to Contacts.
- Click Fields.
- On the Manage Contact Fields page, click New Field (top right).
[CAPTURE: Contacts page with the “Fields” button visible.]
[CAPTURE: Manage Contact Fields page showing the fields list.]
[CAPTURE: Manage Contact Fields page with “New Field” button highlighted.]
- In the New Field dialog, enter a Name.
- Choose the Field type (Text / Number / Date & Time, etc.).
- Set Agent access: Hidden, View, or Edit.
- Optional: Enable Featured to show the field near the top of the contact page.
- Save.
[CAPTURE: New Field dialog showing Name, Field type, Agent access, and Featured option.]
On the Manage Contact Fields page, each field shows how it can be referenced in flows and messages. Custom fields generally follow this format:
@contact.fields.field_name.
[CAPTURE: Manage Contact Fields page showing a field and its reference/variable format.]
Mark a field as Featured
- Go to Contacts → Fields.
- Click the field you want to update.
- Enable Featured (Featured field).
- Save.
[CAPTURE: Field edit panel showing “Featured field” enabled.]
Edit custom field values on a contact
- Go to Contacts and open a contact.
- Click Fields on the contact profile.
- Enter or update values for the custom fields.
- Save.
[CAPTURE: Contact profile page with “Fields” opened showing custom field values.]
You can create new custom fields (or update existing ones) directly inside a flow using Update Contact.
Collect data (for example using Wait for Response), then write it to a field using a results variable like @results.variable_name.
- In your flow, collect data from the contact.
- Add an Update Contact action.
- Choose an existing field, or type a new field name to create one.
- Set the value using @results.variable_name.
- Click OK and save the flow.
[CAPTURE: Flow editor showing a “Wait for Response” followed by “Update Contact”.]
[CAPTURE: Update Contact dialog showing a field name and value set to @results.variable_name.]
[CAPTURE: Flow canvas showing the Update Contact action saved.]
Common Issues & Quick Fixes
Problem: I can’t use a custom field in a campaign.
Fix: The field may not be a Date & Time field. Edit the field in Contacts → Fields and change the type to Date & Time (if appropriate for your use case).
Problem: Agents can’t see or edit a field.
Fix: Edit the field in Contacts → Fields and update Agent access to View or Edit.
Problem: The field exists but isn’t updating in the flow.
Fix: Confirm the results variable exists (spelling/case) and that the flow path reaches the Update Contact action.
