Create Custom user field & Usage
How to create user custom field
-
Adding the Custom Field:
- In question node, type the field name (e.g.,
response) - Choose the field type (e.g. text/number). Ensuring it corresponds to the type of data you intend to store.
- Save the field.
- In question node, type the field name (e.g.,
-
Alternative Method:
- Navigate to the Contents tab -> User fields
- Click blue button at top-right corner tp add a new field
- Assign it a name (e.g.,
testing), and set its type (text, number, etc.). - Save
Simple Use Case
Most simplest use case is that can filter the user response, and trigger specific flows.
- Storing Responses: After a question is asked, the user’s response is stored automatically in the custom field.
- Using Conditions:
- Set conditions based on the stored value. For example:
- If the response contains “hello,” trigger one flow.
- If the response contains “no,” trigger another flow.