My specific goal is to take a path from Dropbox, e.g. ‘/onyx/TabUltra/Notebooks/tester multiple/spam/now/Clean to do.pdf’ and use the folder names as tags for a Notion database item that I’m creating. Excluding the first two folders (and the filename).
So for the example above, the tags would be:
Notebooks
tester multiple
spam
now
I’ve tried multiple approaches with regex, text parsers and array aggregators but no luck as yet. The two problems I’m facing are:
- How to only get the items from after TabUltra
- How to format it so that my multi select Tags property in Notion will accept the input
Blueprint in case it’s helpful:
blueprint (2).json (598.8 KB)
Thank you in advance for any smarts on this!
Tim