CHOICEVALUES
Returns the selected values for a choice field or classification field
Parameters
field
Object (required) - The choice field or classification field
Returns
Array - the selected value(s)
Examples
CHOICEVALUES($choice_field)
// returns ["Red","Green","Blue"]
Updated almost 2 years ago
Did this page help you?