How to iterate through event results in my Event Calendar
I am getting this response back from my Event Calendar - I want to iterate through these event results but they aren't available as options in the loop or any other actions.
is this normal behavior? I am having a hard time finding a way to iterate through the events otherwise.
Page 1 / 1
Hi @RKD-NYC
The data returned as shown in your screenshot is an array of arrays, meaning nested arrays.
Nested arrays in Zap steps get flattened, which can make using the nested data trickier to use in Zap steps.
It may involve some advanced workarounds in order to get the raw JSON to then use a Code step to parse the raw JSON to use in the Looping step.