Is this possible to select multiselect item in automation?

Here an example
I would like to select few item when a certain status is on through an automation.
I’ve try the comma, also && but nothing work.

If you want to set more than one item, you have to combine them in a list, like so
SetControlValue([multiple select 1], "1,2,3")
or
SetControlValue([multiple select 2],list("CB3128HA","CB3132HA"))

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.