Compare two fields then take action?
I have a use case where I need to compare two fields and then take two different actions depending on if the fields match or not. I've tried doing this a number of ways using tokens and nothing has worked. I contacted support and they tell me this is not possible to do in Marketo which I find hard to believe.
Some of the methods I've tried:
Smart List: Trigger - Lead was added to list; Filter - Field1 is {{lead.Field2}}
Flow: Add lead to matched list
Smart List: Trigger - Lead was added to list
Flow: Choice 1: Field1 is {{lead.Field2}}, add to matched list and Choice 2: Field1 is not {{lead.Field2}}, add to non-matched list
Smart List: Trigger - Data value changes for Field1 with one constraint: New value is {{lead.Field2}}
Flow: Add lead to matched list
There has to be a way to look at two field values, compare them and then take an action based on if they match or not. Any ideas?