Store multiple select variable in a table record

Hi guys,

I’ve been fiddling with the multiple select variable, and I’m trying to get it to store the selected values in a table record, but the only options I get, is to store it in another variable. Is there any way to store the selected values in a table record?

Br,
Steffen

You could use the expression editor and a few statements in a trigger to turn the array created into one text value. Then trim the brackets ‘[’ ,’]’ from the beginning and the end of the text. Then store that value to a text record column. You could remove the commas as well but they could be useful if you need to split that column data back into an array. The functions you can use are trim(), left(), right(), and substitute depending on what you need.

1 Like

Thanks jla, I’ll try to give this a shot through the expression function. :slight_smile:

Hi - Can you share your experice on this topic? or can you share your process map? I’m facing similar issue and I want to store seledted data into my outpout table