Make.com doesn’t find a folder in my Google Drive that actually exists and whose name has to be mapped from the second module “set variable.”
When the form is filled, I get a response: for example, the name of a fruit. “Set variable” through the “switch” function tells me that if the fruit is “strawberry,” the value is “red.” But if the fruit is “pear,” the value is “green.” This works for a list of fruits.
In Drive, I have a folder for each possible color. So, in the final Make module, I ask it to map the colors to find the correct folder and, in turn, create a new folder with a custom name.
However, I get a 404 error: it says it can’t find the folder, even though it exists.
How can I resolve this error? I’ve checked that there are no invisible white spaces or anything like that. The issue is in the search or the mapping.
Attached screenshots: