<?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: Google Sheets - JSON Format in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96359#M44651</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="fcd036c1-aca2-4812-83e9-556383a12c15" data-tag-text="@Gabriel Mendonça" href="https://community.blueprism.com/network/profile?UserKey=fcd036c1-aca2-4812-83e9-556383a12c15" data-itemmentionkey="0a0edffa-0f5d-450d-9a78-97e1860a605c"&gt;@Gabriel Mendonça&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Google has a certain expectation for how to data will be presented as values. As an example, if I wanted to submit an update for the range "A1:B1" with a major dimension of "ROWS", my input values could be "[[3,15]]"​. So this would place the numer 3 in cell A1 and the number 15 in cell B1.&lt;BR /&gt;&lt;BR /&gt;In your case, your input should be "[[Test]]". The first pair of brackets are the JSON array brackets for the overall "values" input. The next set of brackets are for the specific values of the row. &lt;BR /&gt;&lt;BR /&gt;Does that make sense?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
    <pubDate>Mon, 15 Mar 2021 16:23:02 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-03-15T16:23:02Z</dc:date>
    <item>
      <title>Google Sheets - JSON Format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96358#M44650</link>
      <description>&lt;P&gt;Hello everyone! I'm facing a problem, getting this message when I try to update my sheets, would anyone have any example of how the info need to be put for it to be correct with the JSON model needed, please ?&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Error Message:&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 400&lt;BR /&gt;HTTP Response Content: {&lt;BR /&gt;"error": {&lt;BR /&gt;"code": 400,&lt;BR /&gt;"message": "Invalid JSON payload received. Unexpected token.\n \"ROWS\",\r\n\"values\": Test,\r\n\"range\": \"A1\"\n ^",&lt;BR /&gt;"status": "INVALID_ARGUMENT"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35028.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35090i6278123BF48DD89A/image-size/large?v=v2&amp;amp;px=999" role="button" title="35028.png" alt="35028.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
​</description>
      <pubDate>Mon, 15 Mar 2021 10:27:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96358#M44650</guid>
      <dc:creator>GabrielMendonça</dc:creator>
      <dc:date>2021-03-15T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Google Sheets - JSON Format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96359#M44651</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="fcd036c1-aca2-4812-83e9-556383a12c15" data-tag-text="@Gabriel Mendonça" href="https://community.blueprism.com/network/profile?UserKey=fcd036c1-aca2-4812-83e9-556383a12c15" data-itemmentionkey="0a0edffa-0f5d-450d-9a78-97e1860a605c"&gt;@Gabriel Mendonça&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Google has a certain expectation for how to data will be presented as values. As an example, if I wanted to submit an update for the range "A1:B1" with a major dimension of "ROWS", my input values could be "[[3,15]]"​. So this would place the numer 3 in cell A1 and the number 15 in cell B1.&lt;BR /&gt;&lt;BR /&gt;In your case, your input should be "[[Test]]". The first pair of brackets are the JSON array brackets for the overall "values" input. The next set of brackets are for the specific values of the row. &lt;BR /&gt;&lt;BR /&gt;Does that make sense?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 15 Mar 2021 16:23:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96359#M44651</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-03-15T16:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Google Sheets - JSON Format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96360#M44652</link>
      <description>Hi Gabriel ,can I ask you a question?</description>
      <pubDate>Mon, 09 Aug 2021 07:26:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96360#M44652</guid>
      <dc:creator>ErjolaMema</dc:creator>
      <dc:date>2021-08-09T07:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Google Sheets - JSON Format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96361#M44653</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1293"&gt;@ErjolaMema&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;How can I help you?​</description>
      <pubDate>Mon, 09 Aug 2021 07:33:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96361#M44653</guid>
      <dc:creator>GabrielMendonça</dc:creator>
      <dc:date>2021-08-09T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Google Sheets - JSON Format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96362#M44654</link>
      <description>This is already discussed on this thread : &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=c33fda21-43ec-4a57-81fc-ec01a9034c7c&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=c33fda21-43ec-4a57-81fc-ec01a9034c7c&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also please find more info here :&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-7-0/en-us/Guides/google-sheets/sheets-vbo.htm#:~:text=The%20Google%20Sheets%20VBO%20enables,in%20those%20cell(s)" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-7-0/en-us/Guides/google-sheets/sheets-vbo.htm#:~:text=The%20Google%20Sheets%20VBO%20enables,in%20those%20cell(s)&lt;/A&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:11:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-Sheets-JSON-Format/m-p/96362#M44654</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-03T09:11:35Z</dc:date>
    </item>
  </channel>
</rss>

