Wait for Condition within Flow Designer

0890KM
Tera Contributor

Hey All, 

 

I have a quick question. We have a Do the Following until a User is on the sys_user table. The problem is, we could possibly increase the maximum amount of iterations that a loop will run in flow designer to higher than the default of 1000, but these iterations loop can loop forever.  

 

What else can we do to actually wait for the user to be created on the sys_user table? Thoughts?

 

 

Screenshot 2025-08-07 151035.png

3 REPLIES 3

Rafael Batistot
Tera Sage

Hi @0890KM 

 

Use “Wait for Condition” in Flow Designer instead of “Do Until.”

 

Example:

  • Step: Wait for Condition → Table: sys_user
  • Condition: [Email] is (your target email)
  • Timeout: e.g., 1 hour

This way the flow pauses until the user exists, and it won’t hit the 1,000-iteration limit or loop forever.

I did that, but it will say that the condition is invalid. 

 

Screenshot 2025-08-08 092257.png

0890KM
Tera Contributor

do you have an example flow I can look at?