I think what is happening is that you are calling the Spawn action on a Sprite instance, expecting for a single Sprite to take the action.
What is likely happening though, is that all the sprites picked in the corresponding condition are doing the Spawn action.
You need to make sure you only pick the instances you need. That depends on what you are doing.