Multiselect buttons - save into table record

Hi community

How can I save information from multiselect buttons into table record? When I set a trigger there is not option to save it into table record (location request) , also conditional “if” doesn’t show option to avoid variable not blank.

Appreciate your help

hello @LXM8843, great question!!

because the Multiselect stores the variable as an Array, you can’t directly store that information into a Tulip Table Column. however, you can join the Array to a String and save that to the Column.

here’s how the Join To String Action works:

as you can see, this will join the Array into a String which can be saved to the Table:


will this solution work for you?? let us know!!

2 Likes