Trying to route based on google calendar attendees, however it is not working. It worked previously on another scenario.
It doesn’t seem to be pulling although the first ‘get calendar event’ clearly pulls the event attendee emails.
You can see here it pulls the data correctly…
But then it doesn’t pass through the filter correctly. You can clearly see that the
But on the other filter, it clearly shows that the attendee emails are recognized.
Update- this seems to be only filtering attendees based on who ACCEPTED the meeting invite. Any way around this one?
@Christina_Perla
Hi, would you please provide a screenshot of the filter settings?
My guess is that it is not working properly without specifying the index of the Attendees array.
I assume the solution is one of the following.
- specify the index of the array in the Filter settings.
- apply Iterator to the Attendees array and have each collection run separately.