Hi everyone,
I am writing a dataviewjs query that will filter based on the current file name. However, I discovered that dv.current().file
causes errors on iOS.
My query works fine on Android, but on iOS it results in the eval error from the screenshot below.
Including dv.current()
on its own does not cause an eval error, but trying to grab any property does. Specifically for this query I am trying to use dv.current().file.name
and dv.current().file.path
.
Is this a known issue and/or is there a different way to get these two properties?
Thanks!