JavaScript Trigger Out
-
Hi everyone, hope you all are doing fine. Looking for a way to tell the Javascript Actor to send a trigger signal to its output if condition is true, and no signal at all, if condition is false. Any suggestions? THXaLot, kindly, JK
-
@salimelo said:
Hi everyone, hope you all are doing fine. Looking for a way to tell the Javascript Actor to send a trigger signal to its output if condition is true, and no signal at all, if condition is false. Any suggestions? THXaLot, kindly, JK
Situaion solved, I falsy suggested outputting 0 would result in not sending a trigger signal. Instead, not outputting any value at all (I was using if and else) results in not sending a trigger signal either. (means: no else condition at all). THX