Hi All,
I am creating offline canvas app. On Start I have this-
Set(
loggedinuser,
User().Email
);
Now based on logged in user mail I am fetching the contact GUID using below syntax but it is not working-
LookUp(
ContactCollection,
emailaddress1 = loggedinuser,
contactid
)

emailaddress1 is having email as datatype. I want it in offline mode as well.
How can I achieve that?
please help
@WarrenBelz
@RandyHayes