Dropdown that selects and saves multiple options

I have a drop that is saving multiple values based on IDs

It saves to the table, however the relational column doesn’t work, even though it allows multiple

Can anyone point me to a Template or Thread around solving this or best practise thereof.

You need to use a Split Text column to convert the joined list into an array, and then use that array to build your relation.

3 Likes