Trying to put my new powerapps form on sharepoint so user can sumbit new forms after one is done by another user then the data goes to the list
Hi @Rg4963 ,
Could you please share a bit more about your scenario?
Do you want to put your PowerApps Edit form within your SP Site, and then you could submit your new record using it?
Based on the needs that you mentioned, I think PowerApps could achieve your needs. On your side, you could create a Blank app, then add a Edit form in your app, and add your data source within it, and bind your data source to this Edit form.
Then set the DefaultMode property of the Edit form to following:
FormMode.New
Set the OnSelect property of the "Submit" button to following:
SubmitForm(EditForm1)
Set the OnSuccess property of the Edit form to following:
ResetForm(EditForm1)
After that, embed your canvas app into your SP Site page through the following article or video resource:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/embed-apps-dev
https://www.youtube.com/watch?v=HeVZul5lPoI
Best regards,
User | Count |
---|---|
175 | |
111 | |
86 | |
44 | |
42 |
User | Count |
---|---|
228 | |
116 | |
115 | |
72 | |
67 |