I have an Employee (people field) column in SharePoint. In Power Apps, I would like to store it in a variable for me to use in a flow:
Set(varEmployee, varUser.Employee.DisplayName)
To test if it's currently in Text, I created a label and use this:
Concat(varEmployee, ", ")
But only the comma (,) showed up. Is there a way to store the information from the people field correctly?

Report
All responses (
Answers (