Page 1 of 1

how to know which trigger was triggered

Posted: 01 Mar 2016 01:13
by ChibiRobo
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 !

Re: how to know which trigger was triggered

Posted: 01 Mar 2016 03:18
by bogdyro
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

Posted: 25 May 2016 05:04
by Bushmills
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.