Notifications
Announcements
I have an edit form that I am using to write entries to a share point list. I have two buttons that I want to use to be able to submit the form. The "Next Part" button will submit the entry and reset the form to default values. This works without any issues. My problem is that I want the "Next" button to submit the entry and retain the last submitted values in the fields outlined in red. The picture that shows this is attached. This will help to minimize the amount of data the user has to re-enter each time. My Edit Form is made up of all data cards. No standard text boxes or any other standard entry fields. Can anyone help me figure out how to do this?
You can set a variable in the OnSucess of the EditForm:
Set(varLastSubmit,EditForm.LastSubmit)
Then in the field you want to autopopulate, put:
varLastSubmit.ColumnName
Example: varLastSubmit.TicketID
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
@wagner_nathan
Put this code in the OnSuccess property of your Edit Form.
Set(lastRecord, Form1.LastSubmit)
Then put this code in the Default property for the Part Number Card
If(Form1.Mode=FormMode.New, lastRecord.'Part Number')
Repeat as needed for the rest of the Cards in your form...
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@mdevaney
I tried your suggestion and it still resets the value to default after I click the next button. This is the code I have for the OnSelect value of the "Next" button. Do I need to change this?
SubmitForm(EditForm1); NewForm(EditForm1)
Your code looks good... as does mine 😎 That probably means it was just entered in the incorrect property.
Can you please share a screenshot of where its being entered?
See the attached screen shots. Sorry, I had to blur out some info...
i have your same problem.
Ho do you have resolve it ?
I also have the same issue, any idea how to solve?
Has anyone been able to get this to work? I'm trying to do the same thing, but it still resets the form after it is submitted.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 721 Most Valuable Professional
Michael E. Gernaey 320 Super User 2025 Season 2
Power Platform 1919 268