Skip to main content
Question

Zap python code not fetching records when zap runs.

  • May 27, 2024
  • 2 replies
  • 24 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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • May 28, 2024

Hi @dylan_rcs 

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


fiona819
Forum|alt.badge.img+3
  • New
  • May 29, 2024

@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