Hi there,
I am trying to create an complex approval flow from a SP trigger: when an item is created or modified. What i want the flow to do is, when the item is modified, i want it to check:
- does the column ReadyForApproval have a value of 'yes'
- Is the column 'ML Approval' not empty.
If these conditions are met, i then want to start & wait an approval. If not, i want that branch of action to terminate. This is what this part of the flow looks like:
When i run the flow, it returns cancelled (goes to terminated branch). I am guessing it is something to do with how i have structured the 'not empty' condition in the first part. Can anyone help me with what i'm doing wrong?
Thanks!
C
Solved! Go to Solution.
Hi @Anonymous ,
Because Terminal action is configured in parallel branches, if the Condition result is false, then the state of the entire Flow will become canceled.
Best Regards,
Hi @Anonymous ,
Because Terminal action is configured in parallel branches, if the Condition result is false, then the state of the entire Flow will become canceled.
Best Regards,
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
60 | |
40 | |
40 | |
29 | |
25 |