Flow Designer - Wait for creation of record

Community Alums
Not applicable

Hi all,

 

Is there a way to wait for a record to be created in a flow? I have a scenario where part way through a flow I need to wait for a record to be created and therefore can't initiate it through a trigger condition.

 

Thanks


Steve

1 ACCEPTED SOLUTION

Hi Steve,
thanks for the clarification.

Because it is happing outside of the flow, why not making a separate flow that triggers on the creation of that record?

If you really want to have the check in the same flow, you can use the 'do untill' and query for the record with a wait timer in it, and if the query fetches the record, the untill stops. (dont forgete to make a failsafe like, if its the 10th time it escapes with an error or something.) Just to prevent infinite looping.

 

Good luck,

Collin

View solution in original post

9 REPLIES 9

Satoshi Abe
Mega Sage

Community Alums
Not applicable

Thanks Satoshi.

 

Unfortunately I believe this will only work for a record that already exists as you have to "drag and drop record data pill"...unless there is some way to get around this?

Community Alums
Not applicable

Thanks Satoshi, I couldn't see it at first, but then realised that is in under Flow Logic!

 

Yes, using this will be a much better option than using a script loop. I will leave the post open for a couple of days just in case anyone else has any other ideas and then will accept your solution.

 

Thanks again!