Action to clear specific notification (not just by text content)

Stagnate1462

New member
Hi, is it possible to add an action to clear only the notification that triggered the macro? or alternatively add a notification id section to the Clear Notifications action, and have a variable we can use for the notification id (like the ones for notification text, title, ...).

I'm trying to filter notifications and currently I use the Clear Notifications action with the text matching the trigger notifcation's, but if there is another notification with that exact text it will also be deleted (which is likely to happen with common texts).

A simpler (but not 100% correct) fix could be to have a "Newer than" section in the Clear Notifcations action (like the already existing "Older than"), and we'll put 1 second so it will only match the notification that triggered the macro (unless there was another with that text within 1 second, which is unlikely).
 
Top