Blackboard not executing task

Im trying to create AI using the blackboards and im having issues trying to execute a task

The problem is that the AI isnt moving to the location of a key, the AI has a place to go but when i tell it to move to i get nothing, its not a problem with the navmesh, or the fact that the ai cant get there because im able to replicate it in blueprint

this is the code for the move to vanish point

this is my first time using blackboards to tips would be helpful

@LoneWolf1251 If I’m not mistaken you will never leave Find… task as there is no Blackboard Based Condition. You need to make one as boolean, for example and when you found your point set it as True. It will stop the execution of Find task and will go right side to task Move To.
To add this, right click on your Find Task and addDecorator → Blackboard. Play with it untill you find the correct behaviour you are looking for.