Hi
What I'm trying to achieve is to display the selected person when i click edit form in power apps.
My column is a SharePoint person column named "Approver"
When i go to power apps and click edit the form for the specific item the default value should display the person in the column but it display nothing.
The default value i have tried to set it to ThisItem.Approver but the result is the same it is blank.
If i try ThisItem.Approver.displayName i get an error due to it is a person column and will not display a text string but needs a record.
Approver column = SharePoint Person column.
Approver items = Office365Groups.ListGroupMembers("groupID").value
But how do i fetch back the data from the SharePoint column so it default displays the person in the "Appprover" column