Failed to register Record watcher for "Wait For Condition" in Custom Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi everyone,
I’m encountering a warning in my Flow Designer logs when using a Wait For Condition step within a Custom Action. The flow executes, but the record watcher fails to register. Although I'm not currently seeing any immediate issues, I want to confirm this is resolved before the feature goes live.
The Warning Message:
Failed to register Record watcher for [...] with condition sys_id=[SYS_ID]^assigned_toISNOTEMPTY^state=2^variables.[VARIABLE_SYS_ID]ISNOTEMPTY on table sc_req_item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
My assumption is because variables are stored on a different table and the record watcher behaviour is unable to 'watch' for changes as the .variables dot-walking behaviour is virtual behaviour.
If you remove the Security Group variable condition from your condition, does the same error occur?
