Hello, Everybody, I made a lot of research looking for a solution without success before ask, So I'm a little bit lost now.
for instance, I read this article and after applied the fix still showing "expected text value"
https://powerusers.microsoft.com/t5/General-Discussion/People-Picker-from-SharePoint-List/td-p/15702
Scenario:
I have a SharePoint list with the field "To" of type People, after created a powerapps from the magic button in the SharePoint list, I want to add the To field in the first view (BrowseScreen1) without success, but the field is available on the DetailsView.
The fields option in the property tab doesn´t show the "To" field., but I'm able to choose from the formula bar.
I put in the label on Text property the function ThisItem.To.DisplayName and the powerapp shows the "Expected Text Value error"
I tried the following options:
ThisItem.To.DisplayName
To.DisplayName
ThisItem.To.DisplayName.Value
I attached the powerapp studio with the error and the config.
Please, Someone found a solution?
Thanks in advance.