I have a datacard in a gallery. I have set the OnChange pproperty to change the text in a label field with the following
I have set the variable UATONAME to the email address that is in the data card value with the following code
Set(UATONAME,Gallery1.Selected.Mail)
followed by the command
Label2.Text = Office365Outlook.GetMailTipsV2("automaticReplies",UATONAME)
This does not work and i'm stumped!! Does anybody have any ideas. Basically i'm in a power app that is used to assign a user a task. If the user's Out of Office is on I want to return a message when that user is selected so the assignor is able to select another assignee. Any assistance would be appreciated.