Hi All,
I was wondering if someone could help me.
I have a simple canvas power apps which is connected to a single SP list.
The app trackers Issues raised by a team. I have used the Office365users connector too which helps to search an employee.
I have managed to get a combo box in the edit form to work so a user can search for an employee to assign a task.
However in the gallery I want to show the action owner name and photo. I can't get the action owner image to work based on the action owner name.
On the image I have the following formula:
Office365Users.UserPhotoV2(ThisItem.'Action Owner')
Any help would be much appreciated.