Resize Image in the workflow template

Google Docs having the limitation of having page section into landscape. can only either all portrait or all landscape but we are looking at mix of portrait and landscape (https://support.google.com/docs/thread/6219406?hl=en)

However when set the workflow image format into large, (1000x1000) the image in the portrait workflow template, https://prnt.sc/tx1sty the image overflow and cropped. (we need image format into large as medium quality is very low and we canโ€™t see the image clearly.)

is there way, we can fit the image into the portrait? like within a table? have tried to put in the image into a table and setting column width https://prnt.sc/tx1xlh but it seem that it is didnโ€™t limit the image.

Solved Solved
0 7 2,076
1 ACCEPTED SOLUTION

Thanks @tsuji_koichi.

Anyone interested to know how it is done here it is
<<If: ISNOTBLANK ([Image Field Name])>>
<<HYPERLINK(CONCATENATE(โ€œhttps://www.appsheet.com/template/gettablefileurl?appName=YourApp-54321&tableName=YourTableName&resi...โ€,TEXT([Image Field Name])), โ€˜My Photo Linkโ€™) >>
<< EndIf>>

if you are curious, where to find your app name, table name see this

View solution in original post

7 REPLIES 7

anyone got answer or solution to this?

Are you applying a Format Rule to your image column for your workflow re-sizing?

Hi @LeventK, yes we have tried medium the but the image quality is not so good, so what think if we can keep the image at large while, limit the size of the image using table or anything Google Docs template so that it fit within the portrait orientation.

Resizing the image is reducing the resolution, which makes the โ€œqualityโ€ of image is lower. We are not able to achieve the goals which are conflicting each others.

I understand your frastration, make the image size smaller on the template, but maintain the higher resolutions as much as possible.

What I do on my production app is let the image size as we want on the template. Yes, If we make it smaller, the resolutions are lower. But What I do is to make the hyperlink to the original Image file on the template. IF the app users want to see more detailed images on the templete, they hit the hyperlink where they see the original image file which should be with higher resolutions as you define.

Good idea, how do we make a link to the original image?

Thanks @tsuji_koichi.

Anyone interested to know how it is done here it is
<<If: ISNOTBLANK ([Image Field Name])>>
<<HYPERLINK(CONCATENATE(โ€œhttps://www.appsheet.com/template/gettablefileurl?appName=YourApp-54321&tableName=YourTableName&resi...โ€,TEXT([Image Field Name])), โ€˜My Photo Linkโ€™) >>
<< EndIf>>

if you are curious, where to find your app name, table name see this

Top Labels in this Space