Hello! I have a Sharepoint List wherein I have a Person or Group field. Nothing fancy, literally just created, named, and that's it. Lets name it Technicians.
My intent was that I would be able to do a Power App where I can manage entries in this list, which I view as tasks. I would like to be able who is assigned to that task (hence why I added a Person group) in the gallery.
However, Power Apps can't seem to find that field in the sources. I've tried anything, from calling it via ThisItem.Technicians, ThisItem.Technicians.DisplayName, ThisItem.Technicians.Email (says it's a table in every one of these except DisplayName, where it flipflops between Table and Record), and I couldn't find anything. I was inputting this on the "Text" property. I've seen every tutorial I could find, and what for them is just a simple click and pick, it's being a nightmare to me. Can anyone help?