Hello,
I am trying to do the following: When I new video file comes into VideoAsk, I want to find or create a Google Drive folder named for that user’s email (I can do this fine), then upload/create the file into that Google Drive folder using a special numeric code. I have made that happen. But then, if someone answers the same question twice in Videoask, I want to replace the file so I don’t get two copies. So the question is, what is the right order of steps to:
- When an response comes into Videoask,
- Find a folder (create if it doesn’t exist)
- Upload the new file to Google Drive, or If a file with that name already exists, replace it.
Somehow I can’t get the right order of steps for that last segment in one zap. I mostly need someone to explain the logic order here. Like, do I need to build an if/then to this zap? I would rather not, because I have a few more steps and its my understanding that if you build in if/thens logic (which I have never done) then that has to be the last step of the zap. Wondering if there is just a simple way to search for file, create if doesn’t exist, or replace if does. What order of steps would you use for that?