A key atribute appeared in all my notes

I don’t know the name of the attribute in question, but let’s say it is “MyAttribute”. You can use an agent with the query

$KeyAttributes.icontains("MyAttribute");

and with this action

$KeyAttributes=$KeyAttributes.replace("MyAttribute","");

This agent will find all cases where KeyAttributes contains the attribute in question, and remove the attribute from KeyAttributes. The other KeyAttributes settings will remain intact.

(After running once, and performing the action on all the query results, the agent should no longer return query results. You can delete the agent at that point.)

4 Likes