GetCustomerAttribute
The GetCustomerAttribute aсtion gets the value for a specific attribute.
GetCustomerAttribute(
field: str
)
Where:
- field: Specify the name of the attribute for which you would like to obtain the value.
Example
{{Set(name="my_attribute", value=GetCustomerAttribute(field="project_attributes_restaurant_brunch_instruction"))}}
The above code snippet gets the customer attribute value of "project_attributes_restaurant_brunch_instruction."
Updated about 10 hours ago