Bulleted lists not working

In my PowerPoint template I have a bulleted item called {{program.element}}

My JSON I am passing to it is:
{
"program": [{
"element": "Efren"
},
{
"element": "Sanly"
},
{
"element": "Mark"
}
]
}

But instead of creating a bulleted list with these three names it creates three separate slides each one with one of these names??

What am I doing wrong?

Thanks,
Terry

Hello @mattw112,

Could you share with us the PowerPoint template and the flow screenshots in edit mode, please?

You can send them to support@plumsail.com if it has some sensitive information.

Best Regards,
Petr Bushuev
Plumsail team

Thanks I figured it out myself using trial and error. So I started back at square 1 with a blank PowerPoint and only added this 1 bullet and it worked. So then I started adding other items from my original template...

I figured out that the bullet in my original template was inside of a shape, not a text box. So apparently plumsail will create 1 slide per bullet item if the bullet is inside a shape instead of text field.

Just FYI for anyone else trying this.

Terry

So... I spoke too soon. I thought I had it working, but once I put my template back together it isn't working again. Attaching the most basic of templates that doesn't work.

My flow is working, but here is the steps if you are interested.

CSS_Flow

CSSTemplate_Plumsail_v11.pptx (23.5 KB)

Thanks,
Terry