How can I record the high point in the Lead Score?
I have a flow that copies the Lead Score into a new field for reporting/historic purposes when a lead is converted. But how can I record the highest lead score if it isn't the same as the Lead Score at the point of conversion?
My attempt was to create a smart campaign triggered by any change in the Lead Score where the flow is Change Data Value: CHOICE 1: IF Lead Score - High Point is EMPTY, change Lead Score - High Point to to {{lead.Lead Score}}. I wanted to use CHOICE 2: IF Lead Score - High Point is less than {{lead.Lead Score}}*, change Lead Score - High Point to {{lead.Lead Score}}, but *I can't use a the token in the choice (only as the new value).
Any ideas?