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:
-
Open PowerPoint Application Scope and read the presentation.
-
Get the number of slides in the presentation in integer variable.

-
Use Copy Paste Slide To Copy Slide and Configure like below

-
Close PowerPoint Application Scope.
Final Solution:
Code Workflow:
CopySlideToEnd.xaml (7.8 KB)
Thanks,
Ashok 