How to add content of multiple rows into specific placeholders in google slides

He folks,

I’m quite new into automation with Make and creating my first scenario where I’m currently struggeling.

I do have an google sheet (trigger is “get range values”) where I paste up to 300 lines.
Those Lines do have colums with the header “Titel” and “Fakt”.

On the other side I do have a Google Slide Template with one slide which has three placeholders for “Title” and “Fakt” on one slide.
I want to achieve, that the content of the sheets line 2 (line 1 is header) column “Title” is inserted in the slide where the first (of three) placeholder “Title” is located. Same for content of column “Fakt” in the same sheet line.
So now it’s getting tricky: I want the exact same to happen with the conten of line 3 column “Title” and “Fakt” BUT it should replace the second Placeholder named “Title” and “Fakt”.

The Array Aggregator is using the Fields “Title Fakt” (sorry, Typo in the screenshot - it’s only Title) and “Fakt” and I thought i can tell it “use only the first three for that slide” and then the next three lines again to replace "placeholders”

Currently my scenario is generating a slide file from a template (works fine) but then is repeadingly generating new slide files (and not slides inside the new Slide file) but always with the content of the current lien. (1st file contains three time same title and data of line 2, 2nd file includes title and data of line 3 - also three times each, and so on).
The download / upload part at the end does create an PDF out of the Slide File (well currently it creates ALL those slide files into PDF files during the automation :smiley: )

Any ideas on how to tackle this?

Tahnk you

Hi @boondock and welcome to the Make Community!

I’m not sure I understand what you meant. However, if you have two tags in your slides that look like this {{ Titel }} I don’t think it will work. I think you need to use a different label on each slide (Titel1, Titel2, etc.) and map the values accordingly in Make.

L