I have multiple copies of a Google Sheet (my template), with various cell protections. Those sheets are shared and used once – they are left untouched after use for archival purposes.
Whenever someone uses the file, they rename it with a customer name and address, for later searching. The renaming is done after the file is changed.
What I want to do is to have Zapier monitor file updates and send me an email or some other action, with the new filename. When Google Drive's Updated File triggers, Zapier receives the current filename (my template name).
How could I get the new file name after X minutes, using the file_id? Find File action expects a filename, not the file_id. Any ideas?