- 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
4 hours ago
@Sandeep Rajput But suppose if I have to wait till a certain condition based on the variable of the catalog, that variable is being updated by an inbound action, what can we do in this case, i gave the condition as item name and variable - catalog var is not empty but here the error i am getting is : Failed to register Record watcher..., what else can I do?