So you have two triggers, right? One that creates the unit (let's call this "CreatingTrigger", and one that activates on entering (-->"EnteringTrigger").
In the CreatingTrigger, use this structure:
Turn off EnteringTrigger
Create the unit..
Turn on EnteringTrigger
That's all..