There is no easy way to embed PowerApps with parameters in SharePoint, but we have found a cool workaround for this. here I’ll show you! How to Embed PowerApps in SharePoint with parameters

On your Canvas PowerApp:
- Set up a local variable called MyLocalVaraible that is set to Param(“MyParam”)
- Add a label to the screen and set MyLocalVariable as the Text property value
Here is how you can find the web link or ID for your PowerApp which we will use in the next section:
- Go to Microsoft Power Apps, and sign in, if necessary.
2. In the left nav bar, select Apps.
3. Find and select the app you want to use.
4. On the Details tab, find your web link or ID.
On SharePoint
Add a new web part to the page. The web part we need to add is called Embed
in the web part add the following:
[Your PowerApp App Weblink url] + ? + [Parameter name] = [Value]
This is how it should look like:
<iframe width=”830px” height=”466px” src=”https://apps.powerapps.com/play/3fa5149e-5y53-82db-bu96-e2e73519601a?tenantId=13721917-6032-6366-39c5-i6ac572tssa3?MyParam=Wut”></iframe>
Discussion about this post