Value List Templates
Value list templates are used to check if a Value is found in the value list.
Template name | Template format | Return type |
---|---|---|
has a value of | <field> has a value of <add list value | Boolean |
does not have a value of | <field> does not have a value of <add list value> | Boolean |
is in | <field> is in <value list> | Boolean |
the display value from | <field> the display value from <value list> | text |
create list of | create list of <field> in <collection> | list |
with a new value list | <values> | list |
from existing value list | <value list> with <values> | list |