In my PowerApp, I have a screen that has a gallery showing all the items previously created by the user. If the user selects an item, they navigate to a separate screen to see the details of the record. The separate screen's form's item is the gallery.selecteditem. This works perfect! If the user wants to enter a NEW record, they are sent to the same separate screen to enter the details and when they click submit, a random entry from the first screens gallery is displayed. Is there a way to make the separate screen STAY on the newly entered record instead of showing another record (perhaps the last selected record from the first gallery screen)?
Perhaps there is a better way to do this, but my second screen has so many fields in it that it doesn't work to have the gallery and form on the same screen.