Creating a workflow based off multiples of a field value
Hi,
I have a field that is keeping a 'score' value that is updated by activities the contact does. when the score reaches multiples of 100, I want to write the date into another field on the contact record. how do I setup the workflow so that the rule is manageable (i.e. I don't hardcode in multiples of 100 as I have below)
[<stMarketing_Score_ITAG>]=100 OR [<stMarketing_Score_ITAG>]=200 OR [<stMarketing_Score_ITAG>]=300...