I’m having issue changing the file path in this query:
LIST WITHOUT ID InLinks
FROM "Knowledge"
WHERE file.path = this.file.path
FLATTEN file.inlinks AS InLinks
SORT InLinks.file.name desc
If I add something , like “Kowledge/Field” I get an empty list.
What am I doing wrong?