I want to get the list of users belonging to a perticular SharePoint group in Flow. Is this possible?
Solved! Go to Solution.
Hi @Damitha,
SharePoint group column type currently is not supported.
Office 365 User connection reference could be found under:
Office 365 Users connection in PowerApps
There is no function could give the group membership.
Please consider submit this as an idea under Microsoft Flow idea forum, to allow Microsoft Flow to work with Office 365 Group membership.
A related idea
Flow to work with Office 365 Group feature such as Calendar
Regards
In case if it is not possible to access SharePoint group with Flow, my fallback option is O365 groups.
I could not find a action for that as well. Please let me know the possibility of accessing users belonging to a O365 group with Flow also.
Hi @Damitha,
SharePoint group column type currently is not supported.
Office 365 User connection reference could be found under:
Office 365 Users connection in PowerApps
There is no function could give the group membership.
Please consider submit this as an idea under Microsoft Flow idea forum, to allow Microsoft Flow to work with Office 365 Group membership.
A related idea
Flow to work with Office 365 Group feature such as Calendar
Regards
You can't filter a powerapps gallery by sharepoint group, Office365 group or AD group, you also can't filter by a people column in sharepoint if multiple selections is turned on and can't filter by a lookup column. Calc columns can't reference people or lookup columns (in case you want to try to convert a people or lookup column to a text string and then use a search expression to filter a gallery). This is a major roadblock.
Hello SSVK,
i have managed to get the users sharepoint groups using flow by using send HTTP Request to sharepoint:
_api/web/SiteUsers/getbyemail('@{triggerBody()?['Author']?['Email']}')
Then using also Send HTTP Request to Sharepoint, get the users group as below:
_api/Web/GetUserById('@{variables('CreatedBy')}')/Groups
And HYG you get all the groups the user belongs to 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
12 | |
9 | |
9 | |
6 |
User | Count |
---|---|
25 | |
21 | |
17 | |
8 | |
8 |