Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Failed to register Record watcher for "Wait For Condition" in Custom Action

rohanthoke
Tera Contributor

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

1 REPLY 1

Kieran Anson
Kilo Patron

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?

 

Flow Designer – Do Until Activity Stuck When Monitoring Catalog Variables - Support and Troubleshoot...