Hello.
I am building an automation that will watch emails containing a specific phrase and when that email is received it will send an automated response to the email that has been sent. I would then like to take the subject of the email and create a folder in google drive and extract the email attachments and upload the attachments to the file.
This was how it looked at first but when other emails with the same specific phrase are sent they would create duplicate folders which i don’t want.
So i updated it to look something like this below and i’m kinda stuck at this point. I want my automation to search for a folder in google drive that matches the subject of the emails. If it finds a match, it uploads the email attachments to the folder. If not, it creates a new folder, uploads the attachments and the process goes on. But im receiving an error when i try to create a folder if it doesn’t exist because im receiving a 404 error not found in module 4: Search Folders, and i want to create a new folder in google drive if it is not present. How do i go about this??
The error i’m receiving:
ANY FEEDBACK IS APPRECIATED!!! Thank you.