Hello,
I am working on my first power app, and I am running into a really basic issue. I am trying to create an editable grid. I am able, through a vertical gallery get all of my fields in place.
I added a button for Add New Record, which works perfectly... however, whenever I add/change data in the table, it doesn't save back to the table. Is there some sort of a "Submit" or "Save" feature that I need to utilize whenever an edit is made to the underlying data? If I go into the Table manually, and add rows/Change Data, and then refresh the app, the changes show up there, but it doesn't seem like I am able to actually change it from the grid.
In my screenshots, in the first one this is Data I entered. The second screenshot is when I click "Add New". My code adds a new record (which is saved to the Table), but my changes earlier are removed.
Any help is appreciated! I am developer, and I am finding this low-code approach more frustrating than just developing it.

