HI, I have 5 workflows ending with 5 basic tables + Union. To identify each table, I added a Record Id tool. Each Table is then Numbered 1-5 per the Record ID tool. I was using the Formula tool after my new column as such to rename my 1-5 Tables:
IF [Blacklist] = "1" then "Fax"
ELSEIF [Blacklist] = "2" then "Phone"
ELSEIF [Blacklist] = "3" then "Email"
ELSEIF [Blacklist] = "4" then "Address"
ELSEIF [Blacklist] = "5" then "Bank"
ELSE "Blacklist"
endif
However, I am getting the Invalid Type in Operator error. Is it because I have numbers in the formula? My Data Type is showing as a V_WString.
The Record ID Type is currently set at Int64 but I had played around and configured it to String and still didn't work.
Thoughts? Probably something silly I'm missing as I've only been using Alteryx <1 year.
Thank you!
Kristina