Can I use the below expression in the Formula Tool?
IF [System] = "1" or [System] = "2" THEN
[Owner] = "Brad Pitt"
ELSE [Owner] = [Primary]
ENDIF
Basically, I need to check if the field System is either 1 or 2, the field Owner must have the name "Brad Pitt" else, the field Owner must have the name in another field called Primary.
Appreciate every help that I can get