My data source for my PowerApp is a SharePoint List where I have a column with a lookup information type. Basically when you fill out my form on the SharePoint list, you choose the name of a student from a lookup function and that fills other fields with information from a different list on the site.
On the app, I want to display the student name on the browse screen, which would normally be ThisItem.Student_x0020_Name BUT when I select Student_x0020_Name from the option, I am told that "the property expects Text values, but this rule produces incompatible Record values"
I don't understand why the lookup values don't register as text. They are text. There are no calculated fields in the SharePoint List.