- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 05:23 AM - edited 04-30-2024 05:24 AM
My workflow seems to be stuck in a loop on step 6. My intentions are to have the flow pause until a field value changes. My warning at this step is the following:
Unable to find record watcher ids val for op: item.ea1214751b404250c2e08557624bcbd3.661214751b404250c2e08557624bcbc8.41ceca4187120010663ca1bb36cb0b06./condition/complete
Not sure what that means but I have attached a copy of the flow snippet. Please let me know if any additional information is needed. I tried so hard to figure out what's not adding up on my own, but I need help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:18 AM
@jaubert This error indicates that your flow has exhausted the max limit of iterations allowed for the flow. Since your intention is to keep the flow waiting till the field value changes, you should use only the wait for condition step and not the Do While loop.
This should address your issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:18 AM
@jaubert This error indicates that your flow has exhausted the max limit of iterations allowed for the flow. Since your intention is to keep the flow waiting till the field value changes, you should use only the wait for condition step and not the Do While loop.
This should address your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:21 AM
Last question, is there a way that I can use the wait condition for variables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:23 AM
@jaubert I am sorry, I didn't get your question, could you please elaborate more?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:30 AM
In my Do Until condition I have it pausing until my form variables are not empty. If I move my wait condition out of the Do Until loop is there a way to capture the variable values? The Wait seems to only be available to the table values.