"wait for" condition in subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2022 09:34 AM
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.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-03-2022 09:42 AM
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.