Copy Paste Powerpoint Slide

Hey guys,

I want to use the copy paste slide activity to insert a new slide. I am using a loop so that for every iteration it should copy the template slide in my PP and paste it. Is there a way to insert it at the end of the presentation every time?

Thanks in Advance!

Regards
Marco

@marco.roensch,

Follow these steps:

  1. Open PowerPoint Application Scope and read the presentation.

  2. Get the number of slides in the presentation in integer variable.
    image

  3. Use Copy Paste Slide To Copy Slide and Configure like below
    image

  4. Close PowerPoint Application Scope.

Final Solution:

Code Workflow:
CopySlideToEnd.xaml (7.8 KB)

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.