Run one tag multiple times in scenario

I have a scenario that pushes registrants from our registration platform to Active Campaign. We want to add a tag for each event they register for: ‘ticket_event’ tag. They can registered for multiple events, so how can I push the ticket_event tag multiple times, so the contact gets a tag for each different event.

Howdy @SimonCR! Welcome to the :make: Community!

It depends a lot on how the data comes from the registration platform. which app integration is feeding in the data.

in a lot of cases you would use an iterator to iterate through the array of tags and add each. but it really depends on how the data is coming in.