Example:
Notification 1 and Notification 2 is shown the Statusbar.
trigger: Notification selected
condition: Notification 2?
action: remove all Notifications
I hope my example is easy to understand

Moderator: Martin
That is already possible, you should read the complete description of the triggerPanda wrote:yes, but I don't want create only one flow for this and not one flow for each Notification
You can use a "chain" of conditions to distinguish between several notification IDs.Panda wrote:yes but it's for 1 id. but it's possible to do more trigger but not every trigger should execute the same action
Should work. Just use the expressions "notification_id == 1", "notification_id == 2" or "notification_id == 3" inside the conditions.Panda wrote:Sry my English is not very good.
I want to create something like this:
http://automagic4android.com/flow.php?i ... 3f9e297466