- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 06-22-2022 08:47 AM
Below are flow errors when these occur, following are debugging steps
<FlowName> .If$1.Wait For Condition Check.If$1.Wait For Condition.Wait For Condition Register RW.Register Record Deleted Listener
Invalid condition provided for table <tableName>
1. Open the flow execution link would look like below
https:<instanceName>/$flow-designer.do?sysparm_nostack=true#/operations/context/<contextid>
Go to error
Cause : There should be an action of type Wait for condition or any such action that is referencing a lookup record action fd object.
Verify that in execution flow couldnt find any records in lookup record action hence subsequent actions using that fd object reference have failed.
Fix : Check the lookup record and see if it has any conditions or if the lookup record is getting created or if any records are present in that table during execution of the flow and update the condition to ensure that a match is found.