Hello,
Facing issues with pulling a signature image from CDS as uploaded. It is only displaying a thumbnail of the image as shown in the screenshot (It is cropping the image on both left and right hand side and not clear enough either). I'm using the following step in the Microsoft flow for initializing signature variable and using it subsequently in the Populate a Microsoft Word template for image field.
{
"$content-type": "image/png",
"$content": @{body('Get_record:_entity_name')?['cre9a_test_signature']}
}
For time being, I added white space on either side of the image before uploading. This seems to display the image in full in the word document generated using flow. However, the image is not as clear as the original one.
Also, I tried with base 64 converter for the uploaded signature image, but still facing the same issue as it is picking up the thumbnail.
As a work around, I could think of adding a new column and update base 64 code of the original image before uploading the image and then convert it to image in the flow or use SharePoint list instead of CDS for storing the image. Though, I would like to follow the standard way of doing this.
Thanks,
Srinivas