Hello! I'm trying to automate a portion of my PowerApp with populating a user's email based on a "View" TextInput field and the result of that:
TextInput Field Name is titled, "DM"

LookUp(PAL, If(ProjectNameDD.SelectedText.Value = ProjectName, true, false), DistMgr)
That's the lookup formula I'm using to get the name of the person related to a dropdown I have on another tab, but I'm having trouble with my next TextInput field to automatically populate the user's email. I have the Office365Users connector enabled, but it seems like PowerApps doesn't like using a control to search for user information. What am I doing wrong, anyone know how to achieve this?
Thank you!