Variable as text filter for notification on screen trigger

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: Variable as text filter for notification on screen trigg

Post by natong » 21 Oct 2018 14:57

I would like to request variable as text filter for notification on statusbar too.

if the trigger support variable, it can stop/continue flow at the beginning.

Code: Select all

(?s).*({global_job1}|{global_job2}).*
But it's ok. I just add one expression condition.

Code: Select all

matches(notification_text_big, "(?s).*({global_job1}|{global_job2}).*")

Locked