What I’m trying to do
I’m trying to make a dataview table:
Column 1 = file names
Column 2 = every outlink within the file, which paths to a file in one specific folder
Things I have tried
The main issue I’ve been having surrounds
meta(file.outlinks).path
which doesn’t work since meta only functions on single items, not arrays.
I have tried FLATTEN to turn file.outlinks into a single link, then getting the meta().path of that, and that works just fine, but the issue is showing all of them at once (there is likely to be 2 or 3).
Any help would be appreciated!