You sometimes need to wait longer than 33 minutes for a response. That you've waited this long means you probably need to rephrase your question - maybe I can help?
As best I can work out, you are spawning multiple objects with the pathfinding behaviour and either;
- the first object you are spawning does not conform to the pathfinding behaviour, and this is the issue you want help with.
If this is the case, try using 'regenerate obstacle map', or have the pathfinding behaviour engaging after a brief delay.
- you do not want the first object to conform to the pathfinding behaviour and instead want it to head straight to the goal, and this is the issue you want help with.
If this is the case, I would use a different object with a bullet behaviour for the first object, to better distinguish it.