Is there a 'And Exec' Node?

I’m wanting to add a node that only activates when 2 Exec outputs are giving a signal to it. How would I do this?

Anyone know?
Thanks!

You can use a Gate node. One event goes into Enter and the other one to Open, then Exit will fire only when both events are fired.

Method #1 (This is good because they don’t need to be fired at the exact same time and can tweaked)

Method #2 (As Jacky stated) - Both events have to be fired at the same time. Can’t tweak.

Method #2 - Best of both worlds but Ticking is performance-expensive.