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 / Issue with Filtering I...
Power Apps
Suggested Answer

Issue with Filtering Images by Record in Dataverse (Notes Table)

(1) ShareShare
ReportReport
Posted on by 4

Hello,

I’m working with a Dataverse table where I’ve enabled the “Attachments (including notes and files)” feature. I created a PowerApp that allows users to attach multiple files, and these files are stored in the Dataverse-provided Notes table.

I’m able to display previously saved images in a gallery using the following formula:

Filter(
Notes,
(EndsWith(Title, ".png") || EndsWith(Title, ".jpg") || EndsWith(Title, ".jpeg"))
)

However, I’m having trouble filtering this gallery to show only the images associated with the specific record I’m currently reviewing.

I want to filter the gallery based on the GUID of the record from the 'MAS Non Conformance' table. My understanding is that the corresponding GUID should be in the Regarding column of the Notes table, but that field appears to be empty.

Has anyone encountered this issue or have suggestions on how to correctly associate and filter the attachments for a specific record?

Thanks in advance!

I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 on at
    pls try below steps:
     
    When adding files in Power Apps, ensure that the Regarding field is set to the specific MAS Non Conformance record’s GUID
    When adding files in Power Apps, ensure that the Regarding field is set to the specific MAS Non Conformance record’s GUID
    Filter(
        Notes,
        (EndsWith(Title, ".png") || EndsWith(Title, ".jpg") || EndsWith(Title, ".jpeg")) &&
        Regarding = YourRecordGUID // Replace YourRecordGUID with the variable or field holding the GUID of the current record
    )
     
    let me know how it goes!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard