The issue I am having with the above is that I am always pointing to slide 6 so my data gets over written - which is why I thought having a counter would overcome this issue
I would like the counter to be in the ‘where to insert’ part of the ‘copy paste slide’ activity - then I can use that sane variable in the ‘add data table activity’
I believe to do this I set the counter variable to 0 then +1 for each iteration → but I am unsure how to implement this logic
In the Enumerable.Range(6,6), you could provide your starting slide number that you want to add and the number of slides that you want to add (dynamic).