Google Slides - How to automatically update charts linked to a G spreadsheet
I have a Google Slides presentation with charts that are linked to a specific Google Spreadsheet. As there are many charts in the presentation, I'm looking for a way to update all these linked charts automatically, or at least all of them at once. What is the best way to do this? Many thanks! You can add a custom function to a dropdown menu in the Slides UI with the following script. This gets the slides from the current presentation, loops through them, gets any charts in each slides and refreshes (updates) them. function onOpen() { var ui = SlidesApp.getUi(); ui.createMenu('Custom Menu')