Create folder in Google Drive with a combination String and Variable path?

@John_Cartlidge - I realize you raised this question a couple of months ago, so you may have already found a solution, but if by chance you have not here is some guidance.

I would suggest using a router, and each branch of the router having a filter based on the Trello list. For example 1 for Inbox, 1 for Triage, 1 for Pending, etc… So when a card is created, it will evaluate the 6 branches of the router, and only proceed down the path that it matches with on the filter (may be a good idea to create a 7th branch as a fallback to email you if no path was found).

Then in each of those 6 branches you can specify the correct google drive folder in the google drive module to create new folders for each card number (58, 59, 60, etc).

I hope this helps give you some ideas of how to code something like this into Make. Best of luck!

2 Likes