Hi,
We fetch image links from one tree structure of Google Drive folders with the “New file in folder” trigger and transfer them to our CRM in Airtable. Google Drive is our storage and sharing back-end, but we need to show the images also in the CRM.
The current file structure is like this:
- Client Delivery
-- yyyy-mm-dd <Client Name 1>
- file 1
- file 2
- file...
-- yyyy-mm-dd <Client Name 2>
-- yyyy-mm-dd <Client Name ...>
However, we would now need to fetch two separate kinds of images for the same client. These need to go to separate places in the CRM, one for final client deliveries (the scenario above), and one for “client inspiration”. Therefore I see this as two different zaps.
This is how I would like to organise the file structure, so that we have only main folder per client:
- Client Data
-- yyyy-mm-dd <Client Name 1>
-- Client Delivery
- file 1
- file 2
- file...
-- Client Inspiration
- file 1
- file 2
- file...
However, in the configuration for the “New file in folder” I can only choose one top folder (until now it would be “Client Data”). What I would like to achieve is two Zaps, where one would trigger from this:
- Client Data
-- yyyy-mm-dd <Client Name 1>
-- Client Inspiration
and the other would trigger from this:
- Client Data
-- yyyy-mm-dd <Client Name 1>
-- Client Delivery
In addition to the “Static” choice of one folder there is an option for “Custom”, but there’s no information on what on could do with it. Would it e.g. be possible to use regex here to include/exclude either of the under folders under “Client Name”?

Or could this be achieved some other way?
Thanks in advance,
Björn