How can I rename files uploaded to Google Drive in a specific format

Hi @Runcorn how can I make the files that go to Google Drive be named with a specific format. Like the Invoice_SenderName_Date.pdf? Thank you! I was able to run the scenario properly I just can’t make it the uploaded files have a same format renamed. Thanks!

You can do something like this,

Invoice_{{7.from.name}}_{{formatDate(now; “YYYY
_MM_DD”)}}.{{last(split(8.fileName; “.”))}}

1 Like