Announcements
Hi PowerApps user,
I have 5 screen in canvas PowerApps and each screen has some fields in boxes. I have a submit button at the last 5th screen,. Once I fill the data from the 1st,2nd, 3rd and 4 th screen, the data should be submitted at the last 5 th screen. Can anyone help me with the coding to submit data at the last screen by combining all the data from the previous screen?? I m using SharePoint to store data for it.
Why don't you use Patch Function to do that?
If you dont clear the data when you Navigate etween screens, it will work fine
Something like this:
Patch(
Datasource,
Defaults(DataSource),
{
Data: Data,
...
}
)
Here:
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-patch
If you need additional help please tag me in your reply and please like my reply.If my reply provided you with a solution, pleased mark it as a solution ✔️!Best regards,Gonçalo NogueiraCheck my LinkedIn!My website!My blog!
Hi @Nogueira1306
Thank you for your suggestion. We have tried Patch function as you said, but we are using Forms in each screen to include fields and so Patch doesn't work in that case. Can you suggest us some other ways Please??
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 379 Most Valuable Professional
11manish 203 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2