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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / SharePoint List - Save...
Power Apps
Unanswered

SharePoint List - Save and Continue to create additional list items

(0) ShareShare
ReportReport
Posted on by 5

I have a form where users need to enter two types of data.  One set is core information like firstname and lastname.  The other set is transactional like deposit or withdrawal, amount, account type.  Once the user completes the entry for the first time they can click Save and Continue (or Add).  OnSelect should create an item in the SP list with all the content, make the name fields read only, clear the transaction information from the form allowing the user to enter another transaction.  When they again click Save and Continue it should create yet another record in the SP list.

I've tried:

SubmitForm(SharePointForm1);

Set(NewRecord,true)

and also:

SubmitForm(SharePointForm1);
Set(varFirstRecord, "false"); this is to hide/read only the repeatable inputs
Set(varResetTrans, "true"); this is to null the transactional inputs
Notify("Your transaction has been saved.");
FormMode.New;
Set(NewRecord,true);

 

My form OnSuccess is:

If(varFirstRecord = "false",
Set(varLastSubmit,SharePointForm1.LastSubmit), RequestHide()
);

 

My error is that after the first Save and Continue click it does create a SP item and updates the form (hide/read only), but when I update the transaction information and click the button a second time nothing gets posted to the SP list.  The Notify fires at least.

 

What might I be doing wrong?

Categories:
I have the same question (0)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard