Simple Move to Location working, but AI MoveTo does nothing

I’m relatively new to Unreal and am working on my first major project in Unreal 5. I’m moving a character around to a click location on a floor from a 3rd person perspective. I’ve been able to get the “Simple Move to Location” node with “Break Hit Result” to get click location. This works but as you all know there is no way to get event when Simple Move is done, that is why I would prefer to use AI MoveTo which has an “On Success” event that works for my gameplay.

Simple Move To Location - Character Blueprint
This works from character blueprint! But no event on end of move


This does not work using same location from “Break Hit Result” node. The output i’m seeing when clicking is “Execute - Success” but no movement.

Not sure what I’m doing wrong here. I have followed tutorials on how to setup AI MoveTo on Youtube. I made sure the character has an AI controller. There is a nav mesh, and when I press “P” I see the entire floor covered where I want to navigate. I’m lost, any ideas? I can post more info if you need it. Is there something I’m missing to set up AI MoveTo?