Hi All,
I created a form and gallery(datatable) as below. Form to get user inputs an store in excel, Datatable is to view the submitted data, update and delete operations.
Datasource : Excel at sharepoint
Form 1 :

Datatable:

Edit : Navigate(Screen1);EditForm(Form1)
If i try to edit a particular row its taking me to the form but not to the exact one
On click of edit india in datatable :

Note : Item has been updated in form 1 (datatable.selected)
Looking for your inputs.