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
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
253 | |
122 | |
84 | |
84 | |
67 |