Olena Romanchuk
posted this
14 April 2022
edited 14 April 2022
posted
14 April 2022
Admin
Hello Hari,
Logically the 'If' expression is relevant for this case with the following syntax: condition1 ? result_if_true : result_if_false However, the result_if_false is missing, you should specify the condition in case the result is false.
We assume the multi-picklist field has the array format.
thus the expression may look like this
Hit List == 'true' ? ["1 - Hot"] : NULL
Or, if you need all the other options to be selected in case Hit List = false, then the expression may look like this
Hit List == 'true' ? ["1 - Hot"] : ["A", "B", "C", "D", "3 - Cold", "2 - Warm"]
Please note that the mentioned expressions are examples and the values may have another format You can select the multi-picklist values in Skyvia Query to check the specific format they are stored in.
Best regards,
Olena
Technical Support Engineer