I am trying to create a dataview query that shows files in a folder (and subfolders), with a column that provides the folder name each item exists in. I’ve written it like this
dataview
table folder as “Folder”
from “folder name”
All the files show up correctly in the first column, but the second column for “folder” only shows up with empty values.
What I am doing wrong? Thanks!