question

SandeepBari-4409 avatar image
0 Votes"
SandeepBari-4409 asked PramodValavala-MSFT answered

How to collect approval from group

Hi, I am designing solution in logic apps. My workflow should start when an item is created in SharePoint list and then it contains a approval step, where I need to collect approval from users in a AD group. Everyone in that group must approve the request.

This is easy to implement in Power automate using Approval action, but that is not present in logic apps. Is there any workaround to achieve this functionality in Logic apps?

azure-logic-apps
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@SandeepBari-4409 While the Approvals Connector isn't available, you can use the send approval email action to send an email out.

To ensure you get approvals from all members of the group, you will have to loop over the members, send an email to each and maintain a flag that can track any rejections.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.