Announcements
I am trying to make a gallery of attachments (images)
I have Gallery.Items = ThisItem.Attachments but "Attachments" doesn't even populate in the intellisense ... any idea why this is happening?
For the Image to display Image and Label required
Image control of Image Property : First(ThisItem.Attachments).Value
Label control text property should be
First(ThisItem.Attachments).DisplayName
there are up to 10 attachments per list item though..
Workaround: LookUp('Datasource', ID = ThisItem.ID).Attachments
😉
Did you ever figure this out?
Hi @Anonymous
Insert a Vertical Gallery (Name: Gallery 1) to display the SP List. Set Gallery Items property to SP List Name.
Note: In the above example, PowerPlatform is a SP List Name.
Insert another Gallery (Name: Gallery 2) and set the items property to
Gallery1.Selected.Attachments
Gallery 2 should have two controls
1. Insert Label control and set the Text property to
ThisItem.DisplayName
2. Insert image control and set the Image property to
ThisItem.AbsoluteUri
Sample
Thanks, Stalin (Microsoft MVP)Blog - Learn To Illuminate BlogYouTube - Learn To Illuminate Videos
Thanks! made it work with this
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 551
WarrenBelz 430 Most Valuable Professional
Valantis 298