
Announcements
Hello to all,
As part of a migration from an Access application to PowerApps :
I have an Excel file with the data to be migrated and among them, a field of type Text which is a URL pointing to an image on a Sharepoint site (like this :).
In the Dataverse table I replaced this Text field with an Image field.
My question is: how to convert this hyperlink into an image with the Patch function ?
Thanks a lot 🙂
Greg
Hi @Greg110875
There's no way to convert a URL that points to an image, to an actual image.
You'd need to retrieve the actual image and to Patch that to your Dataverse column.
You may be able to automate this to some degree by creating a Power Automate Flow that carries out an 'HTTP Get' on the image and storing the result in your Dataverse column.