- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
Thanks for your response!
For now, the only way I've found viable is to create multiple plans in the Strategic Planning Workspace and use the template for up to 50 slides.
I tried DocGen, but our instance doesn't have that plugin.
I'm still investigating.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
@Magali Landini Great! That is the only solution you will have because 50 is the maximum slides you can have as per the documentation , but great solution.