Formatting array in table

hi. i'm so sorry for the total beginner question, i have literally no idea what i'm doing.

the data i'm using was from airtable, and one of the columns contains arrays of no more than 2 values. when it displays in the table it looks like this:

retool question

so my question is, obviously, how do i get rid of the formatting and just make it look like regular text?

please be easy on me. this is so not what i do for a living.

Hello and welcome to the forum!
Javascript has a number of different ways you could accomplish this. I think the most straightforward way is to call the join method on the column's array value. You could transform said value by using the column's "Mapped value" setting. I've taken this approach in my screenshot for table2's sales column, while table1 shows my data without the mapping. Let me know how it works out for you!

1 Like

worked a treat. thank you!!