How to show dynamic images in PDF files

Hello everyone

How do I show dynamic images in PDF files? I mean, I have put the name of the field, but it only shows the path where the image is

Template

Result

I want it to show the image, not the address (There are no references between the two tables)

In general, to show a single row specific data , one does not need to add the table name.

You may want to try

<<[Foto]>>

<<[Tel1]>> , [<<[Tel2]>>

<<[Email1]>>, <<[Email2]>>

and so on.

Thank you

Not working because these fields are not part of the table “Certificates”

Okay. Please let us know how the two tables are related ( which is parent, which is child) and on which table you are firing the bot and what type of bot- data change . schedules etc.

In the meantime for photo , you may want to try

<<ANY(Company[Foto])>>

Hello There is not related
Now is working with <<ANY(Company[Foto])>> Thank you

It’s just the image shows it very large, there is a way to reduce it to the desired size

For controlling that you can include the expression in a table cell and set the table cell size as desired. The image will typically render to cell width size.

<<ANY(Company[Foto])>>

You mean something like that

After this what i have to do?
Thank you

It is inside the template.

Thank you but i don’t know how to do that

Is your template built with Google docs?

Yes of course

Thank you. You have already set the expression for foto in a cell. In general adjusting the width of the cell should allow you to set the image width.

Also please try with the following setting with the format rules by creating a format rule for the [Foto] column.

Thank you