True when fieldName changed AND its new value equals value.
The equality is deliberately loose — a filter's configured value arrives as a string from
metadata, while the field may hold a number, boolean or date. Comparing raw would make
Status = 1 never match a numeric 1, which is the kind of silent no-match that leaves someone
convinced their automation is broken rather than misconfigured.
True when
fieldNamechanged AND its new value equalsvalue.The equality is deliberately loose — a filter's configured value arrives as a string from metadata, while the field may hold a number, boolean or date. Comparing raw would make
Status = 1never match a numeric 1, which is the kind of silent no-match that leaves someone convinced their automation is broken rather than misconfigured.