Thanks. I definitely lack theory knowlege and am reading up on it.
The dataflow part is easy and I took care of it, and also creating paths etc, easy.
I am trying to understand at what point the ppt. is created. Following the diagram, after the Application Invoke Method, right-clicking on it, I can go to Create Property, then I see Presentations.
So when I click on the Presentation and drop that Invoke Method, is that when a PowePoint document is created in the memory? I assume it must be created before the for loop starts,
because all I see in the for loops are actions that access the images and put them in different slides. So if I assume the for loop completes the ppt., then I inserted the SaveAs method
between the error wires of the for loop and close Ref. I get Invalid Method error. Is is probaly because I am not wiring the correct Ref wire into the SaveAs method.
I tried different ones, didn't help.