How to toggle sprint cancel movement when no input?

Could you send us a screenshot of a blueprint example?, also thanks for the answer

Hi, I’m trying to make it so that my toggle sprint can cancel when slowing down movement, and with the code I have right now, my character sprint in place like their doing the running man, if anybody has a fix for this, please let me know.

Simple, add And and check that Speed > 300 which should be walking speed.
You can also throw them out of sprint if speed is less then 300.
This will stop sprint if they hit a wall…