Third Person Movement

Hi I just recently started in Unreal Engine so I’m total newbie.

My problem is that I’m trying to implement movement on my character such as aiming, crouching, slow walk etc. I’ve successfully gotten aiming and crouching to work but separately. As you can see on the blueprint below I have aiming and crouching there but calculate direction can only go to one of the set direction but not both. If I put it on the aiming it works fine but not then crouching does not work etc. Is there a way to do similar to the red lines I painted on the blueprint to get both working together?