Get Multienum Items

Returns a collection of Item Names Values that are set in the field with type MultiSelect. Can be used whenever it is needed to process each value of the MultiSelect Field.

To get the list of MultiSelect displayed labels use Get Attribute Data and output ‘text’ from it.

inputs:

value – input value of the Multiselect Field where a list of Item Names is stored (e.g. from Get Entity Attributes).

  • Required: yes

outputs:

items – collection of Item Names of the given MultiSelect field. Can be used as input in For Each Element.

Checking whether MultiSelect field contains a particular value:

As an alternative to checking above it is possible to use Check If String Matches Pattern:

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *