Can't parse array from JSON input to table

I've made a Webflow form that successfully submits via a webhook to Xano. The basics are working, I'm getting the JSON input and mapping the data to the correct table.

One of the form-fields is a multi-select, and I can't figure out how to ingest this data properly. This is what the JSON looks like:[json.png]But trying to get the data like this doesn't work (it does work for all the other fields without arrays):[Screenshot 2022-05-31 at 16.53.41.png]The table I'm trying to map it to is configured like this:[Screenshot 2022-05-31 at 17.03.55.png]
What would be the correct syntax / method to get the array data into my table? 😐
Other
6 replies