Page 1 of 1

Flow Logic in Event > Actions

Posted: Thu Feb 23, 2012 2:59 pm
by GregJohnson

It would be nice if the actions you can set for an event from the default list also had a Flow Logic system, so that you could say on an event, perform this action if such and such is true (if/then/else/elseif) or on an event, based on such and such do one of these actions (switch/case). Probably not looping though. And in the case of custom JS action, make it so the code can just "return" a value that could be used.


Flow Logic in Event > Actions

Posted: Thu Feb 23, 2012 11:33 pm
by maxkatz

Interesting feature.. you could do this today directly in JavaScript.


Flow Logic in Event > Actions

Posted: Fri Feb 24, 2012 3:20 am
by GregJohnson

ya, I was thinking less for my needs in this case and more so it would be helpful to people who are not as famiure with coding. I spend every day creating intranet applications for computer ileterates :)