Can we trigger workflow after multiple update?

Hi,

I want to ask regarding triggering workflow multiple times.

Can we actually trigger the workflow after multiple update?

For example:

I want to trigger the workflow after user click “Yes” .

after that, when user edit the form and change their input multiple times, if “Yes” chosen again, i want the workflow to be triggered again.

can we actually do that?

Solved Solved
0 7 386
1 ACCEPTED SOLUTION

Yes you can do that. Add a condition rule like AND([_THISROW_AFTER].[Column]=“Yes”,[_THISROW_BEFORE].[Column]<>[_THISROW_AFTER].[Column]). You would also need to think how you are going to change it’s value after the Workflow is sent. If you don’t change it to something than “Yes”, it doesn’t trigger the Workflow anymore.

View solution in original post

7 REPLIES 7
Top Labels in this Space