Multiselect buttons - save into table record

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