Hello !
I have a flow with 2 triggers, they lead to different routes, and I need to know which trigger have started the flow.
I've seen the variable triggertime but it doesn't help that much.
Thanks !
how to know which trigger was triggered
Moderator: Martin
Re: how to know which trigger was triggered
Hi. There's also a variable called 'trigger'. Using debug dialog u can find out what the trigger is and then use condition 'expression' to test which trigger fired.
Re: how to know which trigger was triggered
Name of trigger - that is, contents of variable {trigger} - is identical to the field "Standard name" in the trigger setup dialog, No need for debug dialog to find out.
That also means: beware when changing that name in trigger setup - a flow comparing against this name may cease to function correctly.
That also means: beware when changing that name in trigger setup - a flow comparing against this name may cease to function correctly.