I have a SharePoint list of IT assets (basically PCs with some details about it including who the current user is). In the Browse list of the PowerApps app I want to list two pieces of information: Current Owner as the 'Title' and PC Model as the 'Subtitle'. The model shows fine as the subtitle, in fact when I use the 'Data' section to the right of my screen I can easily select it as the subtitle, however I can't seem to find the appropriate formula to show the Current Owner. Trying to do it the same as the model where I choose the field from a drop-down of all available list fields won't work as the Current Owner field isn't listed as an option. I've tried a couple of formulas that don't work either:
ThisItem.'{Name}'
ThisItem.{Name}
ThisItem.Current_x0020_User
And other variations of those same formulas. I get an error with some that says the text field expects different data but I haven't found the appropriate type of field to use nor have I found the appropriate formula to use with that field. Can anyone help?