Skip to main content
UPFC 55487 preguntó en #Flow

Hi there. I am setting up a flow that has a schedule path that runs 15 minutes after a lead has been created and which has a decision element with some conditions. I want to understand if the conditions under that path are evaluated before or after the 15 minutes. To be clear, this are the two scenarios:

 

Option A:

1 - Contact is created triggering the flow.

2 - Delayed path waits for 15 minutes.

3 - Delayed path advances to the condition element and checks Condition X

4 - If condition is met, runs actions.

 

Option B:

1 - Contact is created triggering the flow.

2 - Delayed path checks the condition element and checks Condition X

3 - Delayed path waits for 15 minutes. 

4 - If condition is met, runs actions.

 

So basically I want to understand is if Condition X changes during those 15 minutes will this affect the running of the action. Coming from Zapier, in their automations all conditions are run and evaluated, so the delay timeframe is just a delayed queue on actions, not on conditions.

 

Hope I was clear. Thank you!

 

#Flow  #Scheduled Flow

1 respuesta
  1. 22 oct 2024, 14:22

    Hi @UPFC 55487,

    • If Condition X changes during those 15 minutes will impact the running of the action.
    • If the record is modified which doesn't meet the condition X then the actions under the condition won't be executed.
0/9000