I’m having trouble displaying multiple tags in the new table component in my Glide app. Here’s what I’ve done so far:
1. I have a column with tags in a single cell separated by commas (e.g., “Blond,Curly”).
2. I used the Split Text column to split these tags by commas, and the Data Editor shows them as separate values correctly.
3. However, when configuring the Table component to display this column as tags, it merges the values into a single tag instead of displaying them separately.
What steps should I take to ensure the tags are displayed separately in the Table component? Is there a specific way to configure the Split Text column or the Table component settings that I might be missing?
Any help or suggestions would be greatly appreciated!