Hi to all,
I have a problem:
on the option "filter" on "Notification on statusbar displayed" trigger
I cannot choose a string wich will match the condition "OR".
I mean, for example ,I'd like to filter the notification wich has in the title the string "aaa" OR "bbb".
I can do it just for one of them, but not both ( I need to create another flow ).
I've tried with globe and regex expressions but no results.
Any help? Thanks in advice!
Help with "filter" on "Notification on statusbar displayed"
Moderator: Martin
Re: Help with "filter" on "Notification on statusbar display
You can put multiple triggers in the same flow. You can add new triggers by tapping the trigger box and then list button above the box. Define each trigger with own word: trigger1(aaa), trigger2(bbb) and so on.
Re: Help with "filter" on "Notification on statusbar display
MURTUMA wrote:You can put multiple triggers in the same flow. You can add new triggers by tapping the trigger box and then list button above the box. Define each trigger with own word: trigger1(aaa), trigger2(bbb) and so on.
thank you !!