BDPNGUINS
Add Physics behavior to your sprite, then add this action:
Sprite-> Physics Apply Impulse
The original question was about the Platform behavior.
If character is on the ground, simply use "Platform Simulate Jump"
If character is not on the ground, you can do something like "Platform Set Vector Y to (Self.Platform.VectorY-500)"