Good day,
I have a zap with python code which fetch records from an external API. It runs every 5 minutes and uses the current date and time as a request parameters (StartDate and EndDate) to this external API. This date time were adjusted into sydney timezone via another formatter zap step before to python code step.
When the zap runs automatically every 5 minutes, it’s not fetching records from the external API. But when rerunning the entire zap thru zap run history, It’s returning the desired records from the external API.
Can someone please tell me if this is a known issue in Zapier?