Skip to main content
Question

Exact same Zap step data out showing differently depending on step position

  • June 25, 2024
  • 2 replies
  • 33 views

Forum|alt.badge.img+1

Hello,

 

I have a Webhook GET request with endpoint filtering set up as part of a sequence of steps. The EXACT same step returns different results depending on if its at the end of the sequence or in between other steps. Its important to know that the location the data is being pulled from does not change.

 

Step 16 - Returns only 1 line item (see screenshots of data in/data out).

 

Step 19 (final step)- Returns 2 line items (see screenshots of data in/data out).

 

As a side note by having this step anywhere but the end of the sequence its also causing an issue where it causes the Zap to trigger multiple times.

 

Is there a different way of retrieving the data other than Webhooks GET request? To see if the bug is consistent?

 

Thanks

 

 

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
  • July 1, 2024

Hi @Mitchell Zezima 

Options for using APIs in Zaps:

 


Forum|alt.badge.img+1

Hi Troy, I managed to solve this in the end as I was using endpoint filtering within the zap there was pending asynchronous operations that was affecting the timing and the eventual response received. I managed to solve the issue by using a code step with a cache busting parameter and a time delay. 
 

Thanks for your help :)