Embedding Power Apps in SharePoint pages
SharePoint pages are the tool of choice when using this platform for content management. Using content blocks, called web parts, you can build pages with text, images, videos, and dynamic content.
One of SharePoint’s content blocks is the Power Apps web part, which allows embedding a canvas app inside a page for easier access. For more information on web parts, please refer to https://support.microsoft.com/en-us/office/using-web-parts-on-sharepoint-pages-336e8e92-3e2d-4298-ae01-d404bbe751e0
Getting ready
We will need an existing application to use the Power Apps web part. The same rules for executing applications apply here:
- It needs to be shared with users to be able to run the application.
- If a license is required to use the app, it will be enforced on the users accessing the SharePoint page.
- The users must grant the use of any connectors inside the app.
We will use the same application designed...