I have some static values for a multi-select field. How to store the output of the multi-select field if a single value / two values are selected.
Hi, @pujitha
If you have some static values for a multi-select field in Tulip, you can store the output of the multi-select field by using the expression editor and a few statements in a trigger to turn the array created into one text value. Then trim the brackets ‘[’ and ‘]’ from the beginning and the end of the text. Finally, store that value to a text record column Store multiple select variable in a table record.
I hope this helps!