iterator only shows one entry

aristosv

Member
I created a Google Calendar "Search Events (Advanced)" action, and the output is 2 events in my Google Calendar, which is correct.

I added an "Iterator" action step to pick up those events, but the result only shows one of the two events.

Isn't the iterator supposed to list al the event from the previous step?
 

Fagun Shah

Well-known member
In the workflow it will only show first event or first item of the array, but in real execution it will loop through all array items/events one by one.
 
Top