<?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 Re: Issue with Google Sheets: Workato Assumes Headers Are in Row 1 in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10572#M1001</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12185"&gt;@hiteshwagh9383&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try Adding Range as&amp;nbsp;&lt;STRONG&gt;A4:D2000&amp;nbsp;&lt;/STRONG&gt;In Get Actions Rows. Please find the Screen Shot for your Reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A4:D2000= &lt;STRONG&gt;Start at cell A4&lt;/STRONG&gt;, and go down to &lt;STRONG&gt;D2000&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You are reading &lt;STRONG&gt;columns A to D&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You are reading from &lt;STRONG&gt;row 4&lt;/STRONG&gt; (inclusive) to &lt;STRONG&gt;row 2000&lt;/STRONG&gt; (inclusive).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Total max: &lt;STRONG&gt;1997 rows&lt;/STRONG&gt; of data (if they exist).&lt;/P&gt;&lt;HR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@1.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2246iC8D829F7199D34D2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@1.png" alt="Work@1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@2.png" style="width: 793px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2247i1E4B81316621C3D0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@2.png" alt="Work@2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@3.png" style="width: 736px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2248iD5B4B614C172EBE4/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@3.png" alt="Work@3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jul 2025 10:51:04 GMT</pubDate>
    <dc:creator>dineshtirumani</dc:creator>
    <dc:date>2025-07-31T10:51:04Z</dc:date>
    <item>
      <title>Issue with Google Sheets: Workato Assumes Headers Are in Row 1</title>
      <link>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10533#M997</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I'm working with a Google Sheet that's styled for human readability — for example, the sheet has a title or notes in the first two rows, and actual column headers start in row 3.&lt;BR /&gt;However, I've noticed that Workato assumes row 1 contains the column headers, which causes issues when mapping data for automation.&lt;BR /&gt;&lt;STRONG&gt;Is there a way to configure Workato to recognize headers starting from a different row (e.g., row 3), or do we need to reformat the sheet to always have headers in row 1?&lt;BR /&gt;&lt;/STRONG&gt;Appreciate any suggestions or workarounds!&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 05:25:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10533#M997</guid>
      <dc:creator>hiteshwagh9383</dc:creator>
      <dc:date>2025-07-30T05:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Sheets: Workato Assumes Headers Are in Row 1</title>
      <link>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10553#M998</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12185"&gt;@hiteshwagh9383&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;One workaround is to use a Custom Action with the Google Sheets API.&lt;/P&gt;&lt;P&gt;Use this endpoint in custom action:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET &lt;A href="https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range" target="_blank" rel="noopener"&gt;https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range&lt;/A&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Just pass your &lt;STRONG&gt;spreadSheetId&lt;/STRONG&gt; and set the &lt;STRONG&gt;range&lt;/STRONG&gt; to start from your actual headers in sheet (eg: Sheet1!A3:Z), skipping the top rows.&lt;/P&gt;&lt;P&gt;In the API response:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The first array is treated as headers.&lt;/LI&gt;&lt;LI&gt;The remaining arrays are your data rows.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You’ll need to handle this structure as per your needs.&lt;BR /&gt;For more details, refer to the API doc here:&lt;BR /&gt;&amp;nbsp;&lt;A href="https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/get" target="_blank" rel="noopener"&gt;https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/get&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Attaching a screenshot below showing the custom action setup and sample output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (1).png" style="width: 693px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2237i77CD644929228237/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-07-30 201740.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2235iD34C403755D84251/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-30 201740.png" alt="Screenshot 2025-07-30 201740.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 14:53:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10553#M998</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-07-30T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Sheets: Workato Assumes Headers Are in Row 1</title>
      <link>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10562#M999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12185"&gt;@hiteshwagh9383&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, based on your use case, here's one way to handle the response schema:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a list&lt;/STRONG&gt; with the required schema structure.&lt;/LI&gt;&lt;LI&gt;Use a &lt;STRONG&gt;batch operation&lt;/STRONG&gt; on the custom action output to loop through and add only the data rows (skipping the header).&lt;/LI&gt;&lt;LI&gt;Since the header array is not needed in the list, make sure to &lt;STRONG&gt;remove it for a cleaner result&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can try the logic below and see if it works for your scenario.&lt;/P&gt;&lt;P&gt;Attaching reference screenshots for better clarity.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 681px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2242iBAEA11D7A8E8EA2C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 800px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2243iB018B591020FD15A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 615px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2244iB39A4B2541023A1C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.jpg" style="width: 800px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2245i3DFDCA885BE71366/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="4.jpg" alt="4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:31:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10562#M999</guid>
      <dc:creator>varun</dc:creator>
      <dc:date>2025-07-30T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Sheets: Workato Assumes Headers Are in Row 1</title>
      <link>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10572#M1001</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12185"&gt;@hiteshwagh9383&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try Adding Range as&amp;nbsp;&lt;STRONG&gt;A4:D2000&amp;nbsp;&lt;/STRONG&gt;In Get Actions Rows. Please find the Screen Shot for your Reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A4:D2000= &lt;STRONG&gt;Start at cell A4&lt;/STRONG&gt;, and go down to &lt;STRONG&gt;D2000&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You are reading &lt;STRONG&gt;columns A to D&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You are reading from &lt;STRONG&gt;row 4&lt;/STRONG&gt; (inclusive) to &lt;STRONG&gt;row 2000&lt;/STRONG&gt; (inclusive).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Total max: &lt;STRONG&gt;1997 rows&lt;/STRONG&gt; of data (if they exist).&lt;/P&gt;&lt;HR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@1.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2246iC8D829F7199D34D2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@1.png" alt="Work@1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@2.png" style="width: 793px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2247i1E4B81316621C3D0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@2.png" alt="Work@2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Work@3.png" style="width: 736px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2248iD5B4B614C172EBE4/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Work@3.png" alt="Work@3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 10:51:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/issue-with-google-sheets-workato-assumes-headers-are-in-row-1/m-p/10572#M1001</guid>
      <dc:creator>dineshtirumani</dc:creator>
      <dc:date>2025-07-31T10:51:04Z</dc:date>
    </item>
  </channel>
</rss>

