Hi, i want to display images from sharepoint, and this picture is in Attachments, so i use this lookup:
First(Filter('database ordering app', ID = ThisItem.ProductID)).Attachments.Value
But i get error that i need image value.

Hi, i want to display images from sharepoint, and this picture is in Attachments, so i use this lookup:
First(Filter('database ordering app', ID = ThisItem.ProductID)).Attachments.Value
But i get error that i need image value.
I solved it in a different way, started writing Attachments.AbsoluteUri in a column in sharepoint and pass this value to the image using lookup.