Hi All,
Really appreciate anyone’s help on this, my coding knowledge is very basic but if you can lead me into the right direction that would be great.
So what I’m trying to achieve with Zapier is to have a system where a video is approved & it’s duplicated and moved into a “client edits” folder. I’ve got the basis of the automation working, but the problem I have is that I don’t have a way to tell zapier if a “client edits” folder has already been created. So currently it will make a new folder each time a file is approved.
I’ve worked with people on the Zapier forum and they’ve told me I need to use the API request function. All I need the request to do is list all the folders within the project ID so I can use a filter that will allow me to see if the list contains “client edits”. If there is a client edits folder I just need asset ID so I can direct the loop to that folder.
Here’s my zapier workflow to help give context, but I’d really appreciate it if someone can help me with the API request section