Hi,
I am trying to disable the display properties of a datacard value within a form based on the value of a person field lookup from another datasource - I am trying to use something like:
If(LookUp(CollectionName,ID = Value(RelatedID),Person.Email=MyEmailVariable),Edit,Disabled)
But it will not work due to the Person.Email properties returning a table - It works fine if i am just returning a string value from another field. How can I format this correctly?
Thanks,