0

I am trying to create an app with the list of items and their images. I have saved the Images in a folder in one drive and created and excel in one drive with four columns (product id, product name, dimensions, and Image path) , please check the below image. However, when I upload the data and gave the data source it is not displaying the image in the layout. Is it because the path format is not correct? Please check the below image and let me know where I am doing wrong. I need the Image to be displayed, I have checked many forums but could not find the solution.

enter image description here

Please check the below powerapp screenshot as you can see I have given the correct data souceenter image description here

enter image description here

Revan Erraboina
  • 155
  • 1
  • 11
  • Can you show the formula that feeds the gallary? – Mark S. Aug 03 '21 at 18:50
  • @MarkS. Please check the screenshots in the question, I have updated it. I entered the formula ThisItem.ProductImage. Product Image is the table name. You can see the table screenshot as well in the question . Do you think the the format of the image in the excel is correct? – Revan Erraboina Aug 04 '21 at 12:24

1 Answers1

1

Per my test, when we connect the data source with an excel table in onedrive,make sure the Image value is map to the related excel table column as shown below:

enter image description here

More information for your reference:

https://learn.microsoft.com/en-us/powerapps/maker/canvas-apps/add-images-pictures-audio-video#add-images-from-the-cloud-to-your-app

----------------------------Update:-------------------------------------

To avoid error, you could copy the direct link of the image in details panel:

enter image description here

Julie_MSFT
  • 401
  • 3
  • 4
  • I followed the same procedure mentioned in the given link but still am not able to fetch the images. Could you please once again look at the screenshots in the question and tell me if the format of the path for the images that I have mentioned in the excel is correct. I have saved Images in the one drive as well. – Revan Erraboina Aug 04 '21 at 12:26
  • @RevanErraboina you did the syntax identical to here? In your images it says `ThisItem.ProductImage`, whereas Julie_MSFT has `ThisItem.Image` – Mark S. Aug 04 '21 at 12:49
  • @MarkS. Image is a Table name in Julie's link. In my workbook, the table name is ProductImage – Revan Erraboina Aug 04 '21 at 14:48
  • I have updated the reply, please check it. – Julie_MSFT Aug 05 '21 at 07:31