Hi all
I’m trying to create an automation where a clickup task triggers the creation of an outlook event with multiple attendees. The create outlook event tool seems to only allow for a single attendee, and when I tried using an iterator to update the event and add attendees one at a time, it would delete the existing attendee and add the new one (which makes sense but I was trying anything at that point lol).
I’m a little confused as to how I can pass through an array of users to the outlook tool properly so any help would be massively appreciated!