Can you display the 'Text' that's been selected in a multi Select input?

Hey All,

Just wanting to see how i can display the ‘text’ option from a multi-select input. Naturally i can bind the value of the input to a variable, but I want to display the text option that the user selected.

I.e. “Here’s what you selected earlier. Di you want to change any details?”

Any ideas?

I’ve tried to create a DB query that then uses the value of the select input to return a query with the names, but I was running into apparent issues using the IN clause and arrays in custom queries.

Cheers,
Phil

This should help:

Thanks @sid I’ll look into it tomorrow.