Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Dot walk /Scripts not working in 'Wait for condition' in WF

Arindam Ghosh
Mega Guru

In a Work Flow, I need to wait till one specific value is set for a field of a reference field of the table where I am writing a WF.

I tried to dot walk, Its not working. Even script is not Working. What is the best solution?

1 ACCEPTED SOLUTION

The easiest approach would be to update the record and have your workflow listen for that update.   An alternative would to to use the Wait for WF Event activity, then in your table B have a run script "fire/broadcast" event script to send an event to your table A workflow.


Workflow event-specific functions


View solution in original post

5 REPLIES 5

The easiest approach would be to update the record and have your workflow listen for that update.   An alternative would to to use the Wait for WF Event activity, then in your table B have a run script "fire/broadcast" event script to send an event to your table A workflow.


Workflow event-specific functions