Add obstacle into the pathfinding behaviour?
On condition, pick the instances you want to add. Then for each instance, add as obstacle.
Example:
Condition
Pick all ObstacleSprite.
ObstacleSprite.X > 100.
Sub-Event Action
For each Sprite. PathfindingSprite:Add obstacle ObstacleSprite.