Hello!
I’m building a flow that creates a few internal structures when a new client request comes in. My issue is when I create a new list in ClickUp, it is not being placed in a folder, but in the space.
The account managers populate a form where they select:
- Client name (from a dropdown)
- Project short title
I then have an automation that stores these two details plus an ID that gets used internally. For example, in a google drive I’m creating a new folder for this job that has this structure:
ID + client name + project short title.
For example, let’s imagine that I have GOOGLE and APPLE as clients. These are two examples of job names that the system can generate:
987 GOOGLE New wireless glass of water
988 APPLE Updated spider gadget
In ClickUp, I have a space with folders. The folder names are exactly the same as the client names from the initial dropdown, so in this example I have a folder named GOOGLE and a folder named APPLE.
I want to create a new list that has the full job name, inside the folder that has the client name. So I want to place list “987 GOOGLE New wireless glass of water” inside the GOOGLE folder in ClickUp. And I want to place the list “988 APPLE Updated spider gadget” in the APPLE folder in ClickUp.
I’ve tried passing the “Folder” name:
- from the first step (the form)
- from the next one (the spreadsheet)
- transforming the field from the spreadsheet into text (redundant) but to make sure it is text
The new list never gets placed into the client folder, but gets dropped in the main space.
Any ideas what else I could try? Thanks!