I have read a lot of posts about Conditional forumlas. I cant seem to get this one to work.
I need to display a datacard if the value is present in a drop down, multivalue, lookup (coming from sharepoint) drop down list.
Visible = If(LookUp(Application Owners,RequestType = Email/Shared Mailbox.Selected.Value), true, false)
Is what i'm have been trying but i'm getting issues with the data source name stating its invalid (its correct), the value name (its correct). Any ideas?
Please & Thanks