
Announcements
Hello gurus !
I've searched and searched this community but could not find what I'm searching for.
Maybe you can help me !
Use case :
SharePoint Security Group "Quality_Approbators" contains 2 users.
In the process of approval, the document is moved to Quality library. Then we update the file's columns : status to be set to "pending approval" and "Approbators_group" columns needs to be set with "Quality_Approbators" group claim, to follow all the process and give the current status of the approval.
Then, the flow will send an approval to users in that group.
My question :
How to update this Person/Group column with the right SharePoint group ?
I have not find the solution for this.
What I tried :
I sent an Http request to Sharepoint to get the users of that group, but that's all. I can not find anything related to this, usually the solution are regarding multi users.
There is no default value for Person/Group columns and we need to be able to industrialize this flow.
Thanks a lot for your help !