Announcements
All faces are displayed on my PC, but not on all other devices?
Filter('Sponsoren DF 2023';Or(TextSucheSponsor.Text in Titel;TextSucheSponsor.Text in Referent.DisplayName);Switch(RadioGS.Selected.Value;"Ja";Gutschein=true;"Nein";Gutschein=false;true)And Switch(RadioTrans.Selected.Value;"Ja";Transparent=true;"Nein";Transparent=false;true)And Switch(RadioSpe.Selected.Value;"Ja";Spende=true;"Nein";Spende=false;true))
If you are using the Office365Users connection then you can do something like the following:
Office365Users.UserPhotoV2(User().Email) to grab the image and drop it into an image control
Is it possible to display the image from the Office365Users database and the rest of the data from my SharePoint list at the same time?
ThisItem.Referent.Picture
Filter([@'Sponsoren DF 2023'];TextSucheSponsor_2.Text in Referent.DisplayName And Seite>0)
You could lookup the sp data and the office365user data and then combine it similar to a merge. This would give you a table that is a combo of the req info from 2 different lists and then you would display that collection in your gallery. You could then still upload changes using ThisItem.ID as that wont change. Just remember after you make a change to an item you will have to get the new local copy recreated again or make the change in SP and in the local collection so the data is 'live' in the gallery.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 534
WarrenBelz 416 Most Valuable Professional
Valantis 306