Input Actions with same bindings but different triggers not working properly

I am using the enhanced input system and I’m trying to figure out how to fire off actions that use the same bindings but a different trigger

My current solution only works on the highest input action and won’t work with any input actions under it. I assume the first action is consuming the input, so the input system won’t fire off any other actions while pressing that one.

I have tried a couple of different solutions like the Combo system and changing some settings on the input actions themselves but nothing seems to work.