You’ll need to make a new Boolean that is set to true when you crouched then put it inside the branch, The “Is Crouched” bool by default isn’t linked to anything.
This is a very poor example since my input actions aren’t even named correctly lol, but on the crouch side when I activate “Crouch” it will crouch and set my “Placeholder” value to true (checkmark) Then when I go to my sprint branch I check to see if “Placeholder” is false then run my sprint function.
Hope this helps!