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 @Matpel10 ,
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 @Matpel10 ,
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
User | Count |
---|---|
135 | |
132 | |
79 | |
75 | |
71 |
User | Count |
---|---|
210 | |
197 | |
69 | |
62 | |
53 |