Hi,
I would like to set a trigger that only collect leads that have filled out a form and the product evaluation request field was previously empty or the new value is different from previous one
I think I will have to pick ANY
- have a trigger on fill out form
- have filter for empty field
- have filter for previous field has been updated
however I don't know how to set last criteria. The thing is that each time a lead is filling out a form, there will be an hidden value that says Product Evaluation Request = value. If lead fills out 2 times the same form with same Evaluation Request number, he'll be excluded the second time. So I'm guessing that Change Date Value has changed alone is not enough as the field will be updated each time somebody fills out form. The mandatory criteria is that the new value has to be different than the old one.
Thanks