Here’s a simple formula:
IF({{Status__c}}==‘Scheduled’,true,false)
In runtime, I get the error:
“Invalid syntax for field formula: IF({{Status__c}}==‘Scheduled’,true,false). ReferenceError: Scheduled is not defined”
Question
ui-only formula fields cannot compare to strings???
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
