Powerapps Community
I am struggling with something that to seems pretty easy to do, for some reason i am not finding what I need to make this happen.
I am collecting records from a form into a collection, i then have a gallery to review the data in those records, on the card in the gallery i have an icon to edit that record which navigates them to an edit form, the form has the item set to the galleryname.selected. All this works to this point, however this is where I am stumped, what action do i need to use on a button to basically send it back to the collection with the edits that are made to the record . Do I run a collect or patch? i don't think submit form is what I want because it will submit it to the datasource, i want to review it again in the gallery before doing that, along with any other records.
Looking for hlep, i appreciate it.