Character wont move

I’m using blueprints to write this build, and here’s what I have set up for my character blueprints right now:

I wouldn’t have asked, but I’m new at this and I’ve gone through multiple forums, tried enhanced inputs, rebuilt the blueprints several times with different nodes, watched many videos, used chatgpt, but yet no avail. I actually ended up making the build worse because I used to be able to click “D” and the print string would register the key as mapped toward the input, just with no movememt. Now, "D’ is being registered by the print string constantly without any input from me at all.

I know there can be many variables to this, so if anyone can look this over and suggest me what I can fix that would be awesome. Thank you
https://file.io/TccHmQb5pXZp

Unlike enhanced input, this node fires non-stop. You could gate it:

So it will only output beyond the Compare when the Axis Value is not 0.

Thanks for your response! I am getting a positive response from the print string now, “MoveRight” is now responding to the "D’ key, however my paper character still refuses to move. Could this be an axis issue in regards to the custom game mode?