Help with simple relative location blueprint please

I have a key assigned as an input called “Holster”.

I have a Boolean called “Holster”. I’m assuming it’s set to false as a default.

What Im trying to do is change the relative position of my Camera Boom every-time I press the “Holster” key; so it would go from one position to another, alternating every time the key is pressed. I think the Blueprint below is executing them at the same time. What Node(s) should I use to be able to switch the variable ‘Holster’ on and off every time I press a key?

Thanks!

Hello,
to succeed you need to set your “holster” after you used it (to the other value). so set it after your branch or your “set location”
and one branch is enough. Use true and false.
something like :

Thanks so much!