EQS query sequence

Hey

I have a question about my behavior tree.
Sequence is a node that starts its child on right after child on left successfully finishes. In my case that would be MoveToLocation, but it seems that RunQuery never finishes.

Query is getting result shown on this pic:

and also BlackboardKey value, thats returned from EQS Query “MoveToLocation” gets updated.
But after variable update, right side of sequence doesnt run.
I’ve seen some solutions with services on parent node, but is there any neater solution.

Thanks