Need help with Google Drive (pardon my English)

Hi everyone,
I’m trying to build a workflow to rename files in Google Drive. I have in my Google Sheet : current file name, new suggested name and Google Drive link.
My goal is to rename these files and then store the metadata in Supabase. I’m a bit stuck and don’t really know where to start.

Hi @Jeremy_Coeurtisse, welcome!
I think you can just use the Google Sheets node to read each row containing that data filename, link, etc. and then pass the file ID, which you can extract from the drive file link, and once you get it, then you can use your Supabase node to update your records in the data table. What do you think?