
2 réponses
Hi Laura,To check the value in a multi-select picklist, you need to use the INCLUDES() function like this.
Use the insert field option to use the right API names of the fields.Kindly mark it as an answer if that works.AND(
INCLUDES(Multiselectpicklist__c,"Other"),
ISBLANK(Textfield__c)
)