Hi there @parnian94 and welcome to the forum!
the table's edit values are accessible at table1.changesetArray.
I created a youTube tutorial on this here, which explains the logic of updating a table.
With regards to your specific example, i think the easiest way of achieving this is by:
- Changing to GUI mode
- Setting edit row via primary key
- add {{ table1.changesetArray }} as object (if you want to pass the full row and not only the edited cells, you can activate that functionality as explained here
HAppy to go into more detail if none of the above helps