I don't know why this is happening. I created a form on a different screen. I can Navigate to the form and its set to a new form. After I hit save the item is added to the list but then all the fields update to show the item I had highlighted from a data table prior to creating the new item.
Maybe if it's a new item I should be Navigating back to the list so it can be selected?
I'd like it if after I created the item and hit Save it would stay on the screen.
Maybe it's an issue with the 'Item = datatable.selected' I have setup. Should I be detecting the new page and have it be some other value?
Solved! Go to Solution.
In your OnSuccess action of the form, place the following: Set(glbCurrentRecord, Self.LastSubmit)
Set the Item property of your form then to: glbCurrentRecord
This will show you the record that was last submitted (the new record).
I hope this is helpful for you.
It might be because of that item..
You can also try:
NewForm(NameOfForm)
OR
ResetForm(NameOfForm)
Might be that, to
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 Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
In your OnSuccess action of the form, place the following: Set(glbCurrentRecord, Self.LastSubmit)
Set the Item property of your form then to: glbCurrentRecord
This will show you the record that was last submitted (the new record).
I hope this is helpful for you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
41 | |
36 | |
31 |
User | Count |
---|---|
241 | |
74 | |
71 | |
69 | |
65 |