What is your goal?
I want to extract the client name from a Dropbox file path like this:
/clienti_blenderfordental/ClienteTest/inbox/file.stl
and send it to Todoist as part of a task description.
What is the problem?
Everything works except the variable for the client name.
I use the formula {{get(split(12.path_lower; “/”); 2)}} but the output is always “empty”.
What have you tried so far?
- Tried with path_display and path_lower
- Tried different index numbers in the split (1, 2, 3)
- Rebuilt the scenario
- Tested with Text Aggregator and Text Parser (same result)

