Query for tags from property value

What I’m trying to do

Search for tasks assigned/tagged to a person as described in the note properties.

---
user: user1
---

'''tasks
tags include #users/[[user]]
'''

Things I have tried

I tried escaping the brackets: “\[\[user\]\]”
I tried using a template form: <% tp.user %>
I tried: = this.user

Is this even possible?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.