Dear all,
I am setting up a workflow, to create a Google Slides presentation with replicable content. Here is how far I got:
- I generate all the relevant content with GPT
- I generate an image with DALL-E
- I have creates a template file and I am able to create new slides, map them and add text content at scale to the presentation, thanks to this guide: Google Slides - How to use "Create a Slide from a Template Slide"? - #5 by RobertAndrews
- However, I am struggling to integrate an image in every slide. And this is, where I am seeking help.
There are two ways to solve this.
a) Replace a text-field with a tag (e.g. {{image}}) with an image.
I have tried several ways (e.g. these: Insert Images and URL links in Google Slides - #2 by Benjamin_from_Make) but in the end I always run in an error that âtextâ is expected as input, but since I am using the âUpload image to presentationâ module for Google Slides, thatâs nothing I can manage.
b) Replace a image placeholder with an image.
I have tried many different ways (e.g. as described here: Upload an image by replacing an image google slides - #4 by Nicolas_Leblanc) but I am struggling with identifying the right image-placeholder object ID (at scale, so I can map it and it works with a new slide in the next run of the sequence) or the object I select is âof wrong typeâ. I am only able doing that with the first slide of a presentation but thatâs not feasible for me.
I would be happy with any of both ways working at scale, after 4 hours without a solution I am seeking for help. To be clear once again: I am generating text and image in the same sequence and I need everything created before on one slide and once the sequence is running again, everything again on a new slide.
Does anyone know how I can achieve this?
Thanks!