Getting the requrest failed : 'ApprovalAssigendToTooManyUsers'
Error message: -The approval may not be assigned to more than 17 users.
Startr an approval is working fine if the number of users of assinged to is less than 17.
I am feteching users form sharepoint groups and groups contains more than 17 users.
Need help to get it resolved.
Thanks
Solved! Go to Solution.
Hi @Prashant_mittal,
It seems that the "Start an approval" action could only assign the request to the max of 17 users each time.
What is the "Approval Type" in your "Start an approval" action?
You could add two "Start an approval" actions to ahieve your needs as an alternative way if the "Approval Type" is "Everyone from the assigned list" in your "Start an approval" action, you could refer to screenshot below to create the flow:
The expression in the Condition as below:
@and(equals(body('Start_an_approval')?['response'], 'Approve'),equals(body('Start_an_approval_2')?['response'], 'Approve'))
If the "Approval Type" is "Anyone from the assigned list" in your "Start an approval" action, I afraid that there is no ant alternative way to achieve the same requirement.
Best regards,
Alice
Hi @Prashant_mittal,
It seems that the "Start an approval" action could only assign the request to the max of 17 users each time.
What is the "Approval Type" in your "Start an approval" action?
You could add two "Start an approval" actions to ahieve your needs as an alternative way if the "Approval Type" is "Everyone from the assigned list" in your "Start an approval" action, you could refer to screenshot below to create the flow:
The expression in the Condition as below:
@and(equals(body('Start_an_approval')?['response'], 'Approve'),equals(body('Start_an_approval_2')?['response'], 'Approve'))
If the "Approval Type" is "Anyone from the assigned list" in your "Start an approval" action, I afraid that there is no ant alternative way to achieve the same requirement.
Best regards,
Alice
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
13 | |
5 | |
4 | |
4 | |
4 |
User | Count |
---|---|
10 | |
8 | |
6 | |
5 | |
5 |