getting approval results
Hello everyone,
I would like to know how could I improve my process so I could get 4 possible results when an Approver denials or approves. Answer from Approvers could be:
Den-App
App-Den
Den-Den
App-App
I attached my diagram. I am knew to this and have very little knowledge about it. Appreciatte any help.
Like
I've had trouble doing parallel approvals using the standard Green Approval element. What I have done is use an Add Data element instead of the Green Approval element. Then you can put in a Wait for Signal intermediate element which waits for an approval to be made. Then you Read Data the approval record and react from there. You will have to loop back to the Wait element if there is still another open approval. Or if you want to stop the process on Rejection, you can stop any open approvals with Modify elements. The downside of using the Add Data instead of the Green Approval element is that you have to manually add the Wait and Email elements to the process instead of building it into the Green Approval element. I've made a quick flow on how I do multiple approvers in parallel. Once you read the approval decisions, you can then react to your 4 possible results however you want.