When setting an Agent to collect notes containing a tag the result includes the original container that holds the tags. Is there a way to omit this from the list. I tried the following to no avail.
The !$Path.contains("Hints") is everything on the path /Hints/... though I suspect you are only trying to exclude one container. Let’s call that ‘Tag Box’. You could then use:
By putting the exclusion at the end, as you have (in your original code) usefully it is only notes that have the desired tag that get the second test. Good for efficiency