Question

Clarification on loop behaviour

  • 5 September 2023
  • 1 reply
  • 21 views

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)?

1 reply

Userlevel 7
Badge +14

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)?

Reply