limit 50 slides when exporting to ppt

Magali Landini
Tera Guru

Hello!

I'm creating a template to export from Strategic Planning Workspace. The problem I'm having is that it only exports 50 slides, and I need to export at least 80 slides.

I've been investigating whether this is a limitation of the system, but I can't find a way to create even two templates (part 1 and part 2) where part 2 skips 50 records and only exports the remaining 50.

Any ideas on how to achieve this?

I tried using OFFSET in repeat, but it didn't work for me.

3 REPLIES 3

RaghavSh
Kilo Patron

Yes there is a limit of 15 MB and 50 slides and I dont think there is an option to increase that, mentioned in the below SN KB.

 

They are mentioning default URL set to 50 which you might be able to increase but not sure if that work.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2505826 

 


Raghav
MVP 2023

Bhuvan
Kilo Patron

@Magali Landini 

 

Refer below documentation point#10 that explains the number of slides and size limit

 

https://www.servicenow.com/docs/bundle/zurich-it-business-management/page/product/export-to-ppt/task...

 

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

nityabans27
Giga Guru

Hi @Magali Landini ,
The 50-slide cap is hardcoded in Strategic Planning Workspace PPT exports. OFFSET in repeat won’t help because it’s not supported. The only supported workaround is splitting the data via filters and running multiple exports.

 

Workaround: split exports into multiple templates by filtering records (e.g., sequence, sys_id ranges, or date ranges).
If you need all in one file, you’ll need a custom DocGen or scripted PPT export solution.