Hi everyone,
I have created a form from a sharepoint list where people can share their "wins". It does work when I click new in the sharepoint list and save it, but I would like to be able to embed it in a tile on a sharepoint page. So far, I can embed the app in the sharepoint page, but I can't save my answers since there is no save button like the one on sharepoint list page.
Thank you,
Solved! Go to Solution.
Hi @Anonymous ,
To embed PowerApps in SharePoint web part, the app is a standalone app and you can add a button control inside this app and set it's OnSelect property to:
SubmitForm(EditForm1)
Then user could select this button inside this app and achieve the same thing.
For more information about the different between standalone app and SharePoint custom form, please refer to:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-list-form
Regards,
Mona
Hi @Anonymous ,
To embed PowerApps in SharePoint web part, the app is a standalone app and you can add a button control inside this app and set it's OnSelect property to:
SubmitForm(EditForm1)
Then user could select this button inside this app and achieve the same thing.
For more information about the different between standalone app and SharePoint custom form, please refer to:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-list-form
Regards,
Mona
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
201 | |
97 | |
58 | |
51 | |
42 |
User | Count |
---|---|
262 | |
158 | |
84 | |
79 | |
57 |