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.