Im trying to have two different jump heights depending on what animation in my animbp

In the character blueprint you can change the jump height depending on the velocity (for example). If velocity > 0 → jump “normal”, else jump higher.

If you have different animations, you can use that same condition to choose between both idle → jump and moving → jump.