Hey,
Wondering if someone can help guide me. What I am trying to achieve is to create the following:
I have an integration that provides tables of data (say 15 rows x 4 columns). I want to automatically create a Google Slide deck from a template and dynamically populate the tables from the template (the number of rows might change, in addition to wanting a total and sub columns) as well as the same but in a Google Doc version.
I came unstuck with the Google Slides because of the addition of a table, rather than single values, and I dont want to this via Google Sheets.
The ideal workflow is:
Receive webhook → Calls API for data → creates Slides & populates table → shares a link with me to the deck.
I think I am good with everything except for updating dynamically the table in the Google Slides.
Any advice without having to write a script in google app script? Or is there any third party tool that can assist?