Flow Designer Max Iteration limit exceeded

jaubert
Tera Guru

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.

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

View solution in original post

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@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.

Last question, is there a way that I can use the wait condition for variables?

@jaubert I am sorry, I didn't get your question, could you please elaborate more?

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.  

 

jaubert_0-1714483824940.png