Hi,
I currently have a couple SP lists that are referenced in my app.
On one data table, I have a few records being displayed based on a gallery selection.
One of those columns I want displayed is a 'Person or Group' data type.
PowerApps does not like this, and is expecting a text value. Any ideas on how I could display this information as a text data type?
I am currently using ThisItem.Supervisor as my code (doesn't work).
I used ThisItem.COLUMN.Value in other areas where I had similar issues, and that worked, but not for this specific column/data type.
Thank you!