Hi, I have a managed metadata field that needs to be mandatory if another field is set to No. I've tried to create a rule using isNullOrEmpty on the metadata control
Audience=="No" && isNullOrEmpty({Self})
but that doesn't work and some research has shown that that function isn't supported on metadata fields. How can i force users to enter something in the metadata field when they select No in the audience field?
