Forum Discussion
ravimedia
Aug 09, 2025Copper Contributor
Error importing Project Accelerator for Project on the web in power apps
I want to import the Project Accelerator solution for Project for the web (Project Plan 3). The solution can be downloaded form github https://github.com/OfficeDev/Project-Accelerator I am using a 3...
pradejain
Aug 15, 2025Iron Contributor
This error is about missing Dataverse system privileges in the environment you’re importing the Project Accelerator into. Global admin in M365 does not automatically grant you all Dataverse (CDS) privileges, especially those for creating global Option Sets (which the Accelerator solution does when it installs).
Solution :
- Go to Power Platform Admin Center → https://admin.powerplatform.microsoft.com
- Select your environment.
- Go to Settings → Users + permissions → Users.
- Find your user → Open record.
- Click Manage Roles.
- Check: System Administrator (Dataverse role). This role has all CRUD permissions, including prvCreateOptionSet
- Save
All the best