philhawthorn
Results
1
issues of
philhawthorn
Hi, The following formula: `IF(INCLUDES( Account__r.Field__c , "a"), "a ", NULL) ` Parses in a few MS. However, if I add e.g. 15 more conditions: ``` IF(INCLUDES( Account__r.Field__c , "a"),...