Hi Everyone ,
We have build a Powerapps form. I required your help on the below case.
1. In the form we have dropdown where we showing all the sharepoint groups name added in the site.
2. User can select multiple sharepoint groups name from the dropdown and they will submit the form.
3. Once form got submitted i need to read users in the each groups and needs to send notification to call users.
Can you please help on the steps or any reference for the above use case.
I found that we can use Send an HTTP request to SharePoint and URI - /_api/web/sitegroups/getbyid(SHAREPOINTGROUPID)/users.
But in my use case , end user will select the group name from drop down and submitting a request. Is it possible to pass Sharepoint Group names from the Send an HTTP request to sharepoint and get the users.