Hi All,
I am working on a canvas power app and implemented confirmation message box at form submit successful. For edit form, It has below logic-
1. User selects item from browse gallery.
2. Redirects to edit form by Select(Parent).
3. After save button click a message box displays and user clicks ok to close box.
4. It will show up display form with last edited item.
Now i am facing strange behavior, last created item is slightly loading into edit form after current edit item saved. steps to reproduce -
1. Select an item in browse gallery.
2. Click to view item/edit item icon
3. Fill form data --> Click to save
4. Message box displays
Issue- In background of message box edit form is loading with last created item not currently edited one.
5. Once clicked ok--> Last created item shows in display form.
6. Data of edited item is saving perfectly.
But issue is only the switching of edit form data to last created item.
Please help me.
Thanks & Regards
Amod