Generate multiple pictures in one power point slide

Hi,
How can I generate multiple pictures in one power point slide? I follow the steps in the link below but it works only for one picture.

Pictures in PPTX templates

Hello @abdallah,

You can add several dummy pictures on a slide and then add these tags to the alt text area of each dummy picture:

{{image1}:picture}
{{image2}:picture}
{{image3}:picture}

etc

In the JSON you will have something like this:

{

"image1":"image1_bas64code",
"image2":"image1_bas64code",
"image3":"image1_bas64code"
}

Best regards,
Petr
Plumsail team