Animation not updating with simple move to location

I’m using the third person template and adding mouse inputs. The follow function (holding the mouse button down to get the character to follow) works just fine but clicking once to set a destination to move to doesn’t. It moves to the destination, but doesn’t update the animation. Below is what I have so far:

I’ve tried searching for “animation”, “move”, “update” and everything I could think of in the blueprints menu, as well as getting player pawn, character etc to get more contextual results. I’ve been searching around for a couple of hours now and only found one potentially useful route - manually assigning it to play the animation (screenshot below) but this didn’t work either.

I looked in the top-down strategy variant template to see how it was handled, and it’s just a simple move to location, set out exactly as in my screenshot, but the animation works. I’ve also checked all the inputs and found that they are identical to what I set up for myself.

I’d really appreciate some help with this. Thanks!