Issue

Your trigger didn't work even though the value matches what the token from a previous flow rendered out to be.

Solution

The reason is because the trigger will evaluate against the Flow Step's value and not against what the value recorded in the activity log.

This means if you have a token {{my.Lead Score Increase Five}} and your trigger is looking for a score change of +5, it will never trigger. Instead you can use the "Score is Changed" "Change is:  {{my.Lead Score Increase Five}}" which will pass the lead to the flow.

The same is true of Change Data Value and the trigger of "Data Value is Changed".