Sorry for the newb question. I have searched all the docs, but cannot find a simple way to compare 2 strings and output a new value depending on their match.
I am trying this formula in a data field…
if(String1=String2; “Match”; “Mismatch”)
Each String is a variable that is input. If the variables match it should output “Match”…if they don’t match…“Mismatch”.
This formula outputs a match every time regardless of the input strings.
What am I doing wrong?

