Image generation in powerpoint template

Hi,
I'm getting a blank powerpoint when generating a powerpoint with the image alt text is {{image.url}:picture} and the json is

{
"image": [],
"address": "address 1"
}

The power point is generated correctly if the image is present or when I remove the image placeholder.

Can you please help? Thank you

Hi @isara,

Please try to use the alt text without URL:

{{image}:picture}

Check out my example in the thread.

If you wish to use an image URL it should be publicly anonymously available (no authentication) image:

{
"image": "https://plumsail.com/docs/documents/v1.x/_images/plumsail-logo.png"
}

Also, check the description of the picture formatter here.

Best regards,
Petr
Plumsail team