I added a connection to a SharePoint Online Task List. In PowerApps, I have 2 menus "Assigned To Me" and "Initiated By Me" -- How do I include a text label within the gallery to display the "Assigned To" name? I tried below
ThisItem.'Assigned To'
but it give an 'expected text value' error. I added .DisplayName or .Email at the end but it didnt work as well. I could not find any online resourse on how to accomplish this. The "Assigned To" column also allows multiple values.
Basically, each gallery item returns the Task Title, Due Date, and Assigned To (for Initiated By Me screen. And Task Title, Due Date, and Author for the Assigned To Me screen. For the "Author" i used below:
ThisItem.Author.DisplayName