Formula to Display User Photos in Power Apps Using Office365Users

Use the Office365Users connector in Power Apps to dynamically display user profile photos based on their email addresses. Replace ThisItem.Email with the corresponding text string or variable that contains the email address of the user for whom you want to obtain the profile photo.
For example:
- If you are fetching the photo for a specific email, use a static string: "user@example.com".UsuáriosdoOffice365.UserPhotoV2(First(UsuáriosdoOffice365.SearchUser({searchTerm: "user@example.com", top: 1})).Id)
No details available.
More Snippets from this Author
Page 1 of 0
Loading...
Loading...