Nik Kelly

Results 4 comments of Nik Kelly

Edit the PowerApp in Tree View > App The value should be something like this: If(CountRows(Filter(Office365Groups.ListGroupMembers("XXXXXXXXXX-XXXX-XXXXX-XXXX-XXXX").value, id = Office365Users.MyProfile().Id)) > 0,Set(showadmin,true),Set(showadmin,false)); Set(gblManagedPath, LookUp('Team Request Settings',Title="SPOManagedPath").Value) If you're seeing the message...

First you’ll have to get the Admin group ID from the Team of admins outlined in step 2: Deployment guide · OfficeDev/microsoft-teams-apps-requestateam Wiki (github.com) Then in PowerApps after you import...

I just encountered this same issue. Seems like there's a few more buried SharePoint actions that aren't called out in the documentation, but once I changed those to match my...

I was able to replicate this - definitely an issue with PowerShell 5 ![image](https://github.com/maester365/maester/assets/46824640/1c3fbef0-ea0a-4468-b13d-1fb42b19e8c4)