How to implement Jumping Animation Blueprint

I have started an Android Platform game and inside the Character Blueprint, the Movement and Animations are as below (see picture):

As you can see, this only allows either Idle Animation or Running Animation, dependent of the Player Moving.

How would I implement a Jumping Animation so that when I jump, it plays the Jump Animation and not the Running Animation?

Thanks.