Hi community,
Below formula was working fine since last 6 months but I did a version upgrade and getting the below error in EM. Could you please help me reconstruct the formula with correct syntax?
Error if( and ([Team]=“Dormant”,
or ([Status]=“Not Prepared”,[Status]=“System Decertified”)
),“TBA”,
if([Team]="",“TBA”,if([Team]=“TBA”,“TBA”,“ok”))
)