AI move to Actor

Hello everyone! Can you help? I want my bot to move towards another object. I’m trying to do this through Behavior Tree. I created two Tasks, one with random patrolling. With the second arose the problem. I can’t figure out how to write a bot move to an object in Task.

you do it the same way you would if you were not using a task. also theres totally a built in move to for behavior trees

Problem is, that i cannot to add any node to move to node. Goal is just gray when i trying to add any node.

do you have some screenshots? i dont seem to have that issue. it would essentially be the same as how you implemented the patrolling character just with a different way of setting the target. personally i would use the ai move to node in this situation.