What do your conditions look like? Trigger once should work.
Allen described an achievement type system, which should also work. Basically it consists of:
Trigger Condition
If achievement=false
Add one to trophy
Set achievement to true
This should only be able to run once, as after it has run the condition will no longer be met.