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?
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).