Hi,
I have a nested apply to each. I have set the concurrency control on and degree of parallelism to 50 for the outer apply to each (to loop an array of SP sites Url) to get all site pages. Inside the outer apply to each, there is one more inner apply to each (to loop site pages) inside an approval action that sends out approval requests to multiple approvers(authors) of each pages . I have set the concurrency control for the outer and the inner apply to each, the approvals are sent out simultaneously only for the approvers of the first pages of each site which is not expected.
the outer loop (to loop sites) work in parallel perfectly but the inner loop (to loop pages) work sequentially which is not expected should be in parrallel also means all pages authors receive the approval request.
Please help to solve this.