Hello,
Is there a way I can add a powerapps form created for a list on a separate page like a webpart. I would like to do something similar to infoapth form added as a infopath form webpart.
Thanks,
Solved! Go to Solution.
Hi @ck25415,
Could you please share a bit more about your scenario?
Do you want to add a custom form of a SP list as a webpart within a SP Site Page?
If you want to add a custom form of your SP list as a webpart within a SP Site Page, you must firstly find/get the App ID of the app your custom form belongs to.
The user @taichiike has faced same issue with you, please check the response within the following thread:
In order to get the App ID of the app your custom form belongs to, please check the following steps:
After that, in order to embed a customized form into a separated SP Site Page, you can use the same iframe method as below:
<iframe width="1024px" height="768px" src="https://web.powerapps.com/webplayer/iframeapp?source=website&screenColor=rgba(165,34,55,1)&appId=/providers/Microsoft.PowerApps/apps/[AppID]" allow="geolocation; microphone; camera"/>
More details about embedding an app within a website, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/embed-apps-dev
Best regards,
Kris
Hi @ck25415,
Could you please share a bit more about your scenario?
Do you want to add a custom form of a SP list as a webpart within a SP Site Page?
If you want to add a custom form of your SP list as a webpart within a SP Site Page, you must firstly find/get the App ID of the app your custom form belongs to.
The user @taichiike has faced same issue with you, please check the response within the following thread:
In order to get the App ID of the app your custom form belongs to, please check the following steps:
After that, in order to embed a customized form into a separated SP Site Page, you can use the same iframe method as below:
<iframe width="1024px" height="768px" src="https://web.powerapps.com/webplayer/iframeapp?source=website&screenColor=rgba(165,34,55,1)&appId=/providers/Microsoft.PowerApps/apps/[AppID]" allow="geolocation; microphone; camera"/>
More details about embedding an app within a website, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/embed-apps-dev
Best regards,
Kris
Thanks Kris, that answered my question.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
53 | |
41 | |
37 | |
31 |
User | Count |
---|---|
246 | |
75 | |
71 | |
69 | |
65 |