George Stredny
George Stredny

Reputation: 1

Getting full image size from Dataverse table into an Azure Blob Storage

I have a flow that I am pulling an image column from my dataverse table. I am using a list rows to get my image, then a compose with a base64ToBinary expression (base64ToBinary(outputs('Get_a_row_by_ID')?['body/cr370_pictureoftank'])), then putting the compose output in my blob content for a create blob. This flow works to get my images into the blob storage, but my issue is the images are thumbnails and I can't figure out how to get the full image size from the dataverse.

I would like my full image to come into the blob, not a thumbnail.

Upvotes: 0

Views: 10

Answers (0)

Related Questions