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! Go to 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.
User | Count |
---|---|
23 | |
15 | |
4 | |
3 | |
3 |