web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Display Form Attachmen...
Power Apps
Answered

Display Form Attachments in Gallery as Images

(0) ShareShare
ReportReport
Posted on by 187

Edit/Update..........................................................

I'm getting closer.

I now have the following: I am getting one item from the specific List item as desired. 

How do I edit the following so that it displays all images associated with the chosen 'Form' content (specifically 'TechnicianName'), rather than only the 'first' image?

Image Property:
First(
       LookUp(
               'Scheduler Details List',
               TechnicianName = DataCardValue35_1.Text
       ).Attachments
).Value

PhineasT_0-1653930316261.png

End of Edit/Update............................................

 



I have a Form (Grey section) and a Gallery (black section) 'outside' the form that is displaying that is intended to display as images the items shown as attachments in the 'Edit' Form.

The 'Edit' Form is displaying data from a Collection/List, including the attachments I want to see - but as images.

The Gallery, as configured, is showing the 'first' images from each line item in the list (there are three test line items, each have multiple attachments.

I need to filter the Gallery return to only show ALL images associated with the data in the form shown on the screen, not the first images from each item in the List.

In the example below Foghorn and McGruff should be the images showing. The below is showing me the 'First' image associated with the three test items in the list.

In the example the Gallery should be showing images of Foghorn and McGruff.

Form DataSource = [@'Scheduler Details List']
Form Items = BrowseGallery1.Selected
Gallery Items = 'Scheduler Details List'
Image = First(ThisItem.Attachments).AbsoluteUri

 

PhineasT_0-1653928021037.png

 

Categories:
  • WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @PhineasT ,

    The Items of the Gallery should be

    BrowseGallery1.Selected.Attachments

    and the Image simply needs to be

    ThisItem.Value

     

    I have a blog setting out the options.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • PhineasT Profile Picture
    187 on at

    I've tried that, or similar.

    For some reason something I've done is not allowing it to work is it should.

    To clarify, the everything in white (where the error are located) is the Gallery, with image control.

    Everything below it is the Form.

    PhineasT_0-1653960962106.png

     

    PhineasT_1-1653960987712.png

     

  • Verified answer
    WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    @PhineasT ,

    Then you must not have selected the record from the gallery - try for the Items of your photo Gallery

    LookUp(
     'Scheduler Details List',
     TechnicianName = DataCardValue35_1.Text
    ).Attachments

    Then the Image

    ThisItem.Value

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

     

     

  • PhineasT Profile Picture
    187 on at

    Man, I could kiss you!😘

    Can't say enough - even through all the hurdles people like me put you through, you 'Authors' do much appreciated work.

    Bravo, sir!

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard