How can I have a sheet that when I update any data there, MySQL updates to and when MySQL change, the sheets change too?
You could try this:
A lot of the time it’s trial and error to see what works for you.
I followed all the n8n tutorials before trying to do anything useful for the tasks I need to do:
Good luck
1 Like
Thanks!!
Hello. I have a question for the first link.
If I have 3 rows and change one of them in sheets, this row will show as “A only” but it is a update, not a now row. So, this schema will try to insert it in the MySQL instead of updating. How can I manage that?