
Hi Mates,
How to convert images in to binary to update SQL table...?
We have a requirement to read excel(field values) and update in SQL table. team can able to read and write string data, but in excel we have JPEG images these images also need to update( may be convert in to binary)in to Table.
So how to convert excel images in to binary format to update.
your help will be highly appreciate.
hi @Anonymous what you need to do is get the content of the image an the use this expression @base64(body('Get_file_content'))
See here you can find more info
https://powerusers.microsoft.com/t5/Building-Flows/Get-File-Content-as-Base64/td-p/73919