When to Use It
- Expand presentations with additional blank slides
- Insert slides at specific positions in existing presentations
- Build dynamic presentations that grow based on data
- Prepare slide structures before adding content
- Create presentation templates with multiple slides
- Add slides programmatically based on workflow logic
Inputs
Field | Type | Required | Description |
---|---|---|---|
Presentation | Text | Yes | Google Slides presentation URL or ID |
Insertion Position | Select | Yes | Where to place the new slide in the presentation |
Custom Position | Number | Conditional | Specific position for the slide (required when using Custom Position) |
Insertion Position Options
Position | Description | When to Use |
---|---|---|
At End | Add slide at the end of presentation (default) | Most common - building presentations sequentially |
At Beginning | Add slide at the start of presentation | Creating title slides or intro content |
Custom Position | Add slide at a specific position (1-based) | Inserting slides in the middle of existing content |
Custom Position Rules
- 1-based indexing: Position 1 = first slide, position 2 = second slide, etc.
- Required for Custom Position: Must specify a number when using custom position
- Automatic adjustment: If position exceeds total slides, slide is added at the end
- Clear when not used: Leave empty when using “At End” or “At Beginning”
- Position
1
: Insert at the very beginning - Position
3
: Insert as the third slide (pushes existing slide 3+ down) - Position
999
: Will be placed at the end if presentation has fewer slides
Output
Returns details about the newly added slide:Output Fields:
Field | Description |
---|---|
slide_id | Unique identifier for the new slide |
slide_position | Final position of the slide (1-based) |
presentation_id | Google Slides presentation ID |
total_slides | Total number of slides after insertion |
insertion_details | Details about where the slide was placed |
Credit Cost
- Cost per run: 1 credit
Common Workflows
Sequential Presentation Building:Tips
Best Practices:- Use “At End” for most cases - simplest and most predictable
- Start with structure - add all slides first, then populate with content
- Plan your positions - sketch out slide order before building workflow
- Use custom positions sparingly - mainly for inserting into existing presentations
- Title slides: Position 1 or “At Beginning”
- Content slides: “At End” for sequential building
- Summary slides: “At End” or specific position if restructuring
- Agenda slides: Position 2 (after title) using custom position
- Add Slide → Insert Text Box → Add Image → Update Text Style
- Get Slide Count → Add Slide at Specific Position → Populate Content
- Loop through Data → Add Slide for Each Item → Add Item-Specific Content