I know this is old, but I have a scenario that I want to show on a toggle button on a powerapps page to show if the users email auto response is turned on. If it is then it will show toggled on. If I toggle it off it turns the auto response off. I saw powerapps has the connector office365outlook.GetmailtipsV2 , but I don't seem to be able to get it to work. Can someone explain to me how to use office365outlook.GetmailtipsV2 ? I tried office365outlook.GetMailTipsV2("automaticReplies", User().Email), it gives me either an error in a text field, or does nothing in a button onselect. Help please.