Things I have tried
File 1
📆(RecurTaskScheduleDate:: Friday)
File 2
(DateWeekday:: Friday)
TASK
WHERE contains(RecurTaskScheduleDate, "this.file.DateWeekday")
TASK
WHERE RecurTaskScheduleDate = this.file.DateWeekday
TASK
WHERE RecurTaskScheduleDate = "this.file.DateWeekday"
What I’m trying to do
Basically fully match the contents of an inline field with another one referencing the another inline field from the file itself.