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.
User | Count |
---|---|
162 | |
91 | |
68 | |
64 | |
63 |
User | Count |
---|---|
211 | |
157 | |
93 | |
81 | |
71 |