Event Triggered 3 times for a single press even after setting Interaction to Release Only

Hello,
I am getting 3 triggers for a single press even after I have set it up for Release Only. I have tried Press Only as well - same result. With Press and Release, I get 4 triggers. Is this a bug or working as intended?

My code is a simple: a Jump() function with a Debug.Log(“Jumping.”); As you can see it triggers 3 times in the Console.

Ok, the issue has been solved. Apparently its working as intended. You need to specify which “phase” will execute the Contents of the Function. How ever the Event itself will trigger 3 times (each time means: Enter, Perform, Exit phase).