Hi everyone.
I am trying to create an automation that will schedule events in Google Calendar. I am running into an issue when adding the attendees. The attendees of an event could be more than one. So I am choosing the map the attendee’s. Every time I run the scenario an error on the Google Calendar module says “Array of objects expected in parameter ‘attendees’.”.
I have tried a number of ways to create the array.
- I’ve used the module Tools: Set Variable:
I am splitting the emails from the comma separated values.
Result:
Then I am using the Array Aggregator
Please let me know how I can fix this.