Add a little force when spawning a object

My cube mesh into my “UnCube” Blueprint class have the “Simulate Physics” option well checked.
But the “Add Impulse” node is always targeting my trigger box (and my trigger box need to be static so that the player can enter in it to activate the spawn process). So how can I targeting the “SpawnActor” node to the “Add Impulse” node ?

Thanks !