Wait for Condition within Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 12:15 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2025 04:08 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 06:23 AM
I did that, but it will say that the condition is invalid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 06:23 AM
do you have an example flow I can look at?