I'm building a power pages website. I can see in preview mode the Home page but when I click on the "New order" page (the order entry form I'm building), it keeps telling me: "You do not have the appropriate authorisations."
This error typically means that the page is secured and your current user doesn't have the required Web Role or Table Permission to access the underlying form or data. A few things to check:
Open the New Order page settings and verify whether page access is restricted to specific web roles.
If the page contains a basic form or multistep form, check the Table Permissions for the table behind the form. Missing Create, Read, Write, or Append rights can trigger the authorization message.
Make sure your contact record is assigned to the appropriate Web Role that the page and table permissions expect.
If you're testing as an authenticated user, sign out and sign back in after making security changes, as role assignments may not take effect immediately.
If you're testing in Preview mode, try accessing the page through the actual portal URL as well, since the preview experience can sometimes differ from the published site's security behavior.
After changing permissions, remember to Sync Configuration and clear the portal cache if needed.
In most cases, the "You do not have the appropriate authorisations" message is caused by either a missing Web Role assignment or missing Table Permissions on the table used by the form. I'd start by checking those two areas first.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.