ganilyilmaz
Tera Contributor

The user will fill in and update the input section of each record returned by the script. But while usually returns more than one record, so there will be more than one record in the table.

Each record may have different values; they will not have the same value.

Once you press the button, all records will be updated according to the data in the inputs.

In the table in the yellow section, it used to go to each record individually to update the records one by one, but now they want to update all records at once. The numbers there contain the id of the table, and in the while control, I bring the records belonging to the record to update them.

Yes, I have the id, but I could not get the id of the updated row and perform the update.