I have an excel table downloaded from 3rd party website, the excel has 2 columns CompanyName (text) and Logo (Image). The requirement is to load this excel table to Dataverse Table with columns CompanyName (text) and Logo(Image).
I have attempted to create a flow to read the excel table and write to Dataverse table, but flow not able to read the images at all. It looks like the image is in the cell, but it is not. It's just overlapping and resizing with the cell. That's why it's not showing up in the flow. So seems like the only way to do it is to convert all the images in the excel to base64 text and paste that in a separate cell of the table. But how do I read the images 1st to convert them into base64. Do I have any other approach to deal with these excel images?
@ChristianAbata This is really unfortunate 😞
hi @RameshMukka unfortunately even save in excel is hard in PA. As far as I know there are no ways to read images from excel Solved: Fetch images from excel - Power Platform Community (microsoft.com)