web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Save data in multiscre...
Power Apps
Unanswered

Save data in multiscreen power apps with Save option in every screen

(0) ShareShare
ReportReport
Posted on by

Hello All,

 

I have built a multiscreen tabbed power apps and have split my single form into 5 different screens. 

My Data source is SP list

I have used Patch function to submit the entire form in the end.

I want to have a save option in every screen so that users can fill the tabs as and when they have data. How to achieve this?

I have used below code to create new record:

ResetForm(Form1_6);ResetForm(Form1_2);ResetForm(Form1_1);ResetForm(Form1_5);ResetForm(Form1);
Set(varFormData,Defaults('Deal-tracker'));Navigate('Engagement Form')

 

I have used below function to patch all the forms in the end: I now need a save option at every screen so that information can be saved. How to do it?

Patch('Deal-tracker',varFormData,Form1_1.Updates,Form1.Updates,Form1_2.Updates,Form1_5.Updates,Form1_6.Updates);
Navigate('Landing Page');

 

I edit the exiting record using the below code.

ResetForm(Form1_6);ResetForm(Form1_2);ResetForm(Form1_1);ResetForm(Form1_5);ResetForm(Form1);
Set(varFormData,ThisItem);Navigate('Engagement Form')

 

Thanks In advance

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at

    Hi @Anonymous,

    Do you want to save the form entry in each form screen?

     

    If so,you just need to set the save button OnSelect as below:

    Set(varForm1_Entry,Form1.Updates)
  • Community Power Platform Member Profile Picture
    on at

    This worked. Thank you so much

  • Community Power Platform Member Profile Picture
    on at

    This worked for a while and now suddenly its not saving data back to my SP list. ONly the last Submit button with Patch function is saving but individually each screen, its now

     

    Can you please tell me what the below function does?

     

    Set(varForm1_Entry,Form1.Updates)

     

    Form1 needs to be the form of that particular screen right? What is varForm1_Entry?

     

     

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.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 793 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 333 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard