Okay! Not a problem.
First thing here is the timer. What a timer does is it causes a certain event to fire after a certain amount of time. It’s separate from the execution line of your CURRENT event, which is your input action event.
The other thing here is the input action execution lines. I think you’re unaware that you can merge execution lines from two sources, you just can’t split them into two exits. Also I take back using “Ongoing”, you don’t need that because of the Timer.

