Skip to main content
Question

Zap python code not fetching records when zap runs.

  • 28 May 2024
  • 2 replies
  • 11 views

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?

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @dylan_rcs 

For us to have context, post screenshots with how your Zap steps are outlined and configured.

Userlevel 3
Badge +3

@dylan_rcs Seems like it could be the 5min fetching causing some issues (cause it seems like the API works), I would try to debug there to start