Display an array as separate tags?

Hi! I have an array that I want to display as tags. I hope this makes sense.

For example, I have an array of things: [Email, Launch, Engagement, Health & Fitness]

And I want it to show like that:

How do I do this? Currently when I try to bind the label element to an array the entire array shows up in one label, not separately.

Is the best way to use the multiselect input element?

Use a simple container, bind items to your array, put a text element inside the dropzone and bind the text. Then you only have to design your tags as you wish :slight_smile: