Hi All
I have a formula which I remember using without issue. Trying to run my automation again and now the system does not like the formula
Can you help,
IF (IsNull([GTH Charge rate]) OR IsNull([GTH_Charge_Rate CoE])) THEN
"Missing data"
ELSEIF ([GTH Charge rate] = [GTH_Charge_Rate CoE]) THEN
"Correct" ELSE
"Validate"
ENDIF
It doesn't like the = ([GTH Charge rate] = [GTH_Charge_Rate CoE])