Can Retool integrate with Google Slides

Hello Retool team,

We have a use case where the analysis is done with Retool (in table or chart formats), but the final deliverable is presented in Google Slides. Is there a way to connect both places so I can quickly export the results from Retool to Google Slides?

Thank you!!!!

Hey @doris.l! I don't think there's currently a way to do this. We do have a way to export your page as PDF, though, if that's helpful :slight_smile:

https://docs.retool.com/docs/javascript-api-reference#utilsdownloadpage

You can have a button run an event handler that runs a script, or you can run a JS query with the following code:

utils.downloadPage('pageName', {componentsToExclude:["button2"]})

I wonder if you can also use the Google Slides API...Retool can connect to basically any API, I just am not sure if the Slides API has the functionality you're looking for. Let me know!

Hi @victoria,

Thank you for the reply. I will look into the Google Slides API first to see if it has the functionality I need :blush:
Thanks again.

Of course! Let me know how it goes :slight_smile: