Multiple Select - How to set selected value for multiple values

I have a select with the multiple option ticked and this works fine for manually selecting multiple values but I can’t seem to set the selected value option to multiple values. I have tried using dynamic values as an array and just comma separated as below. What am I doing wrong?
image

Thanks, Paul

Hey Paul,

For dynamic values you should be able to point directly to any array – make sure you are comparing the same data types (string == string or num == num).

For static selection you go add as an array manually:
Screen Shot 2020-08-18 at 12.21.45 PM

Great, that worked, many thanks for your help.

1 Like