Hello,
I have been trying to update all the data of a gallery. I'm using a SQL server to store all the data.
The gallery is in this format:

I tried to update using the functions Update and UpdateIf, but I did not get the result I was expected.
Using UpdateIf (condition: true -affecting all the table) all the records was updated to the last record.
Using Update I get a error id is needed, but when I add the ID another error shows saying id is generated by the server... (id is a PK from the table and is auto incremental)
Do you know how can I do to uptade the table?
Thank you for your time.