I have some static values for a multiselect field. How to store output of the multiselect field

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!

If its about to join the array to a string, e.g. to store it in one table field or text variable, you could also simply use the array function:

1 Like