I have a gallery connected to my Dataverse table.
I want to show in the gallery only the records Created By the current logged in user.
I have tried "ThisItem.'Created By'.'Full Name' = User().FullName" but this returns 'true', rather than the person's name. How can I get it to show the user's name here?
The other fields in the gallery are 'Desk Reference' and 'Desk Reservation Date' - again, I only want these to pull back in the gallery if they are the current user's.
Thanks
K.