Dear Community,
I am building a flow wherein there are 4 levels of approvals involved and any approval can be taken in any sequence.
I am using start and wait for approval using parallel branch and it still processes the approvals in sequence. I turned on the concurrency on the Apply to each and an array of approvers but then I am unable to track individual responses. I want if anyone rejects, the request status is marked as Rejected and if all approve then it is approved. All of them should receive tasks at once.
Kindly suggest.