Hello everyone,
I have an app that keeps throwing me the a "Allow Sharepoint Permission" every time I enter the app. The app was not doing this up until I made some alterations today, trying to gather several similar apps together into one app and instead pass a parameter to guide the user to the correct site.
This is the following code I added to the app:
If(Param("UseCase")="014",Navigate(MatrixScreen_014),If(Param("UseCase")="021", Navigate(MatrixScreen_021),Navigate(ListScreen_021)))
and I added the following to the end of my URL before embedding it in Sharepoint with the normal powerapp connector in Sharepoont (Not Iframe):
&UseCase=021
This navigation is working fine, but now it give me this permission every time I use it. Is there a way of fixing this without adding the PowerShell bypass as suggested here: https://powerusers.microsoft.com/t5/Building-Power-Apps/Allow-permissions-keeps-coming-up/td-p/180608
Any Suggestions would be greatly appreciated

Report
All responses (
Answers (