How to trnsform datetime from googlesheet before updating in mysql?

Hello again, i have this googlesheet with some columns with this format:
image
Ive noticed that when i update that to my MySQL database it shows like this:
image
How to update my database with the correct data?

Hey @Fernanda_Silva,

What format does your database expect them to be in? It could be a case of using luxon in an expression to change the format or a Date & Time node.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.