Skip to main content

Notifications

Power Apps - Microsoft Dataverse
Unanswered

Dataverse Collections with and with out Images

Posted on 27 Nov 2024 18:10:52 by
I have a Parent Dataverse table with an image I am trying to view in a Gallery with some data from a Child record.
 
When I use a View with Photo column I get an errror:
ClearCollect(colHeader1,Filter(Filter('HD Headers','HD Headers (Views)'.'Submitted  HD Keys (Processing Only w Photo)'),JE=First(cbJE.SelectedItems).Value));
 
Error when trying to retrieve data from the network: Distinct is not allowed when image attributes are selected.
 
When I use a View without a Photo column but use a Lookup to find the image when I need it, it works in Studio but I get errors on the Web.
ClearCollect(colHeader1,Filter(Filter('HD Headers','HD Headers (Views)'.'Submitted  HD Keys (Processing Only)'),JE=First(cbJE.SelectedItems).Value));
 
Set(varImage, First(Filter('HD Headers', 'Home Depot Receipt Key'= varHDReciept.'Home Depot Receipt Key')).Photo.Full)
 
When I use the View without a Photo column it works on the Web.
 
I need to be able to view the Photos.
 
  • DreamCatcher Profile Picture
    DreamCatcher on 27 Nov 2024 at 18:53:54
    Dataverse Collections with and with out Images
    Thank you for the response.  That post essentially ended with my second scenario.  Where it looks like it works in the studio but does not work outside the studio.
  • ronaldwalcott Profile Picture
    ronaldwalcott 800 on 27 Nov 2024 at 18:34:03
    Dataverse Collections with and with out Images

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,137

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,813

Leaderboard

Featured topics