Alerts Panel - User Guide
...
Nodes
Process and Flow Nodes
Set user Attribute
2 min
the ‘set user attribute’ node allows you to set values for user attributes these attributes can be used to track and identify users across different channels and devices the set attribute node allows you to assign values to attributes within the chatbot flow attributes act like variables to store information that can be reused some example uses cases for set attribute save a user's name or email after collecting it set a flag after an action is completed store a support ticket number remember user preferences how to use? how to use? adding a set attribute node is simple, just follow the steps below step 1 in the builder , click "+add node" step 2 select the set attribute node under process and flow step 3 specify the attribute name and value to set name you can select a pre existing attribute or create a new attribute by clicking on create ‘attribute name’ type this represents the type of attribute and the format it will support, meaning if the type is text then it will take any text input if the type is number then it will accept only number types, and you can use attributes of the same type itself an attribute having the type text cannot be used for storing values from an attribute that has a number type set value you can add values manually into it to be updated into the corresponding attribute or you can update them via another attribute clear attribute value this option will clear or empty out the above attribute step 4 click "save" when done the set attribute node will assign the value to the attribute when executed the variable can then be referenced anywhere later in the conversation flows attributes enable information persistence and reuse throughout the bot!