Skip to main content
Question

Clarification on loop behaviour

  • September 5, 2023
  • 1 reply
  • 40 views

dduggan

I have the following high level Zap:

  • Read a collection of appointments from Acuity
  • Iterate over each appointment with a Loop
  • Check the date of each appointment
    • Only continue if current date is within a given range of the appointment date
    • If continued, call an API of another external service

 

What I’m struggling to see from the Zap UI are:

  • If one appointment is skipped, does the loop continue to iterate over the remaining elements, or does the entire run stop?
  • How do I see the Zap history of a particular run in a Loop (e.g. by a known appointment ID or customer email address)?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 5, 2023

Hi @dduggan 

Good questions.

  • If one appointment is skipped, does the loop continue to iterate over the remaining elements, or does the entire run stop?
    • Each Loop iteration will run separately.
  • How do I see the Zap history of a particular run in a Loop (e.g. by a known appointment ID or customer email address)?