Hi!
Some time ago, I have added the Office365 connection to a PowerApps app for email sending. Since then, I have removed it, and the App does not use Office365 in any way (not even through Power Automate flows).
But when a new user wants to use the app, the permission popup still ask for Office365 permission. How can I completely remove this permission, even from the old users?
Solved! Go to Solution.
Hi @AkosMakovics ,
You could try to export your canvas app, modify the json file and import it again .
Best Regards,
Wearsky
The earlier response is correct. This is additional info if you don’t know how to pack/unpack.
1. Install the power platform CLI https://docs.microsoft.com/en-us/power-apps/developer/data-platform/powerapps-cli
2. Download your app
3. Use the cli to unpack it
4. Search for the source code files @v-xiaochen-msft shows in the screendumps and delete the sections as instructed
5. Pack the app
6. Import your app and select the old app to overwrite
Hi @AkosMakovics ,
You could try to export your canvas app, modify the json file and import it again .
Best Regards,
Wearsky
The earlier response is correct. This is additional info if you don’t know how to pack/unpack.
1. Install the power platform CLI https://docs.microsoft.com/en-us/power-apps/developer/data-platform/powerapps-cli
2. Download your app
3. Use the cli to unpack it
4. Search for the source code files @v-xiaochen-msft shows in the screendumps and delete the sections as instructed
5. Pack the app
6. Import your app and select the old app to overwrite
User | Count |
---|---|
252 | |
104 | |
94 | |
50 | |
39 |