"wait for" condition in subflow

CandyDee
Kilo Sage

Hoping it may be a simple one 

Im working on a subflow in flow designer.

I need to come up with an action that waits on the RITM to be updated before moving to the next step of the flow.

I did do a "if" statement with a look up record step before and then pulled in conditions such as "record is updated" but realized its always going to evaluated as false and go through the next step anyway. 

Anyone had something similar where a wait for RITM to be updated or something similar. thanks all.

1 REPLY 1

Jorn van Beek
Tera Guru

There is a OOB wait for action. It takes a record and a condition where it needs to wait for.

 

Give it the RITM on which it needs to wait, as condition you can set updated > now to have the flow continue after next update of the record.