if the trigger support variable, it can stop/continue flow at the beginning.
Code: Select all
(?s).*({global_job1}|{global_job2}).*
Code: Select all
matches(notification_text_big, "(?s).*({global_job1}|{global_job2}).*")
Moderator: Martin
Code: Select all
(?s).*({global_job1}|{global_job2}).*
Code: Select all
matches(notification_text_big, "(?s).*({global_job1}|{global_job2}).*")