<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Updating a chart in Google Slides from Google Sheets in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/updating-a-chart-in-google-slides-from-google-sheets/m-p/6902#M2985</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Google slide presentation that I'm updating with variables from a Google Sheet. Everything is working properly except there is a chart in a Google slide that is sourced from a Google Sheet, but I am having trouble updating the chart in Google slides. Has anyone done this successfully before?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 17:51:21 GMT</pubDate>
    <dc:creator>jarh15</dc:creator>
    <dc:date>2024-06-17T17:51:21Z</dc:date>
    <item>
      <title>Updating a chart in Google Slides from Google Sheets</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/updating-a-chart-in-google-slides-from-google-sheets/m-p/6902#M2985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Google slide presentation that I'm updating with variables from a Google Sheet. Everything is working properly except there is a chart in a Google slide that is sourced from a Google Sheet, but I am having trouble updating the chart in Google slides. Has anyone done this successfully before?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:51:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/updating-a-chart-in-google-slides-from-google-sheets/m-p/6902#M2985</guid>
      <dc:creator>jarh15</dc:creator>
      <dc:date>2024-06-17T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a chart in Google Slides from Google Sheets</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/updating-a-chart-in-google-slides-from-google-sheets/m-p/7173#M3096</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10552"&gt;@jarh15&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;To update the chart in Google Slides (linked from Google Sheets), you must first &lt;A href="https://developers.google.com/sheets/api/samples/charts" target="_blank" rel="noopener"&gt;update the source data in Google Sheets&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Refreshing Chart in Slide&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="refresh.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1459iFDAA972B59DB7A82/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="refresh.jpg" alt="refresh.jpg" /&gt;&lt;/span&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Once done, refresh the chart in Google Slides using the Google Slides API. But you first need to get the slide object ID. Here’s how you can do that:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use &lt;A href="https://developers.google.com/slides/api/reference/rest/v1/presentations/get" target="_blank" rel="noopener"&gt;presentations.get&lt;/A&gt; to retrieve the presentation data. &lt;STRONG&gt;This will include the slides and their contents.&lt;/STRONG&gt; Check the output to see the correct object ID needed for the slide with the chart.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Once you already have the object ID, you can follow this sample setup to refresh the chart in your slide :&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
   "requests":[
      {
         "refreshSheetsChart":{
            "objectId":"g2eee57255fc_0_5"
         }
      }
   ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="refreshchart.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1458i8E628D17B7EBBB13/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="refreshchart.jpg" alt="refreshchart.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We also have Google Slides Community Connector.&amp;nbsp;&lt;A href="https://app.workato.com/custom_adapters/363057/details?community=true" target="_blank" rel="noopener"&gt;You can install it here&lt;/A&gt;. Otherwise, use the HTTP connector.&lt;/P&gt;&lt;P&gt;Please check out these helpful resources for your reference :&lt;BR /&gt;&lt;A href="https://developers.google.com/sheets/api/samples/charts" target="_blank" rel="noopener"&gt;https://developers.google.com/sheets/api/samples/charts&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://developers.google.com/slides/api/reference/rest/v1/presentations/request#RefreshSheetsChartRequest" target="_blank" rel="noopener"&gt;https://developers.google.com/slides/api/reference/rest/v1/presentations/request#RefreshSheetsChartRequest&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2024 02:32:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/updating-a-chart-in-google-slides-from-google-sheets/m-p/7173#M3096</guid>
      <dc:creator>juliana-recio</dc:creator>
      <dc:date>2024-07-28T02:32:14Z</dc:date>
    </item>
  </channel>
</rss>

