Hi everyone!
I'd like to put the content of a text box into a combo box split by commas.
I am using the below code but there is no splitting of the text. I've tried using the split function but
Table({Value:Gallery1.Selected.WereAnimalsInvolved})

I've tried putting the text into a data table and splitting that to no avail.
Split(DataTable1.Selected.Value,",").Result

Any advice you can offer would be greatly appreciated 🙂