Nice video. An alternative approach would be to grant access to a list item only to the SP group and trying to access that item in PowerApps. Can avoid flow in that case.
Hi, for some reason the flow is running well but is always giving the VarIsMember value as false.. Any possible solution? everything is exactly as the flow in the video.
Perfect video, I was looking for this to check user is present in a user group or not I have a small request, if u can make video on this topic How to enable Run only user in Power Automate with SharePoint as data source for a manual Trigger flow. It's difficult for me to be provide run only use to few people
your formula checks if the user group has 0 members in it. if it has multiple members it will always say true regardless if the indicated user email is in there
Thanks for the video , But i had to do one correction here in order for the query to run _api/web/sitegroups/getByName('Group Name')/Users?$filter=Email eq 'Email'..... to put the $ before the filter to filter out the query
Had this issue just recently found a solution for SPO and DV access, but this is a good alternative.
Nice video. An alternative approach would be to grant access to a list item only to the SP group and trying to access that item in PowerApps. Can avoid flow in that case.
This is brilliant. You are very patient and detailed and I learned a lot. Thanks so much!
Glad it helped!
Hi, for some reason the flow is running well but is always giving the VarIsMember value as false.. Any possible solution? everything is exactly as the flow in the video.
Perfect video, I was looking for this to check user is present in a user group or not
I have a small request, if u can make video on this topic
How to enable Run only user in Power Automate with SharePoint as data source for a manual Trigger flow. It's difficult for me to be provide run only use to few people
thank you for this
your formula checks if the user group has 0 members in it. if it has multiple members it will always say true regardless if the indicated user email is in there
You're very welcome!
Thanks for the video , But i had to do one correction here in order for the query to run _api/web/sitegroups/getByName('Group Name')/Users?$filter=Email eq 'Email'..... to put the $ before the filter to filter out the query