PowerApps - On App Start check if User belongs to SharePoint Group

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 10

  • @seanrhysmiller
    @seanrhysmiller Рік тому +1

    Had this issue just recently found a solution for SPO and DV access, but this is a good alternative.

  • @enitesh
    @enitesh Рік тому +2

    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.

  • @CephusJones
    @CephusJones 9 місяців тому +1

    This is brilliant. You are very patient and detailed and I learned a lot. Thanks so much!

  • @cristobalandrescerongaldam6186

    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.

  • @MrAnonymous3333
    @MrAnonymous3333 Рік тому

    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

  • @Soulebi03
    @Soulebi03 9 місяців тому +1

    thank you for this

    • @Soulebi03
      @Soulebi03 9 місяців тому

      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

    • @m365techhelp
      @m365techhelp  9 місяців тому

      You're very welcome!

  • @creativesruthi2101
    @creativesruthi2101 3 місяці тому

    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