Copy paste list into multiselect

Hi,
My goal is to be able to copy a list (be it separated by \n or by spaces) into a multiselect component, and have each of the element appear as a different value of the multiselect.
Is that possible ?
Thanks !

Hi @Tommy_Tran,

Unfortunately this is not possible. However, one way you could achieve this is using an array creator (e.g. table convert) where you can put your list and generate an array of fields.

See below example:

Here I add the list

The I copy to clipboard, and add as mapped data source of my select component

You can have the same key for both value and label, e.g. item.name in both.

Hope this helps!

1 Like