In a current network I have a Math CHOP feeding a Trigger CHOP.
Separately I have an Expression CHOP which evaluates to either true or false.
What I want to happen is for the Trigger CHOP to only fire if the Expression CHOP is true(as well as first satisfying any trigger criteria from Math CHOP input).
Confused how to accomplish this. Do I need an additional Logic CHOP or…?