<?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 Api append in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Google-sheets-Api-append/m-p/69441#M22046</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/34427"&gt;@RonaldBeltrán&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you tried using the Google Sheets VBO that ships with Blue Prism and is also available on the DX?&lt;BR /&gt;&lt;BR /&gt;Regarding the API connector, it looks like Google has made the &lt;EM&gt;&lt;STRONG&gt;valueInputOption&lt;/STRONG&gt;&lt;/EM&gt; mandatory. I don't believe that was the case when this connector was built. With that said, you can edit the Web API definition associated with the skill to apply it. Below is a screenshot of the change:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17741.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17898i1E4F929B43BE95F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="17741.png" alt="17741.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Just go to &lt;EM&gt;&lt;STRONG&gt;System&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Objects&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Web API Services&lt;/STRONG&gt;&lt;/EM&gt; and look for the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Google Sheets API v4&lt;/STRONG&gt;&lt;/EM&gt; entry. Double-click and scroll down to the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;sheets.spreadsheets.values.append&lt;/STRONG&gt;&lt;/EM&gt; entry. Next, click on the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/EM&gt; topic and enter the following value at the end of the &lt;EM&gt;&lt;STRONG&gt;URL Path&lt;/STRONG&gt;&lt;/EM&gt; entry:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;amp;valueInputOption=USER_ENTERED&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;That should take care of you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Jan 2021 21:55:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-01-19T21:55:00Z</dc:date>
    <item>
      <title>Google sheets Api append</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-sheets-Api-append/m-p/69440#M22045</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I am trying to append data to a spreadsheet by using Google Sheets Api, but I cannot configure the input "values" . According to documentation that input must be defined as follows:&lt;BR /&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="17749.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17905i9C2B9A2BB8A051E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="17749.png" alt="17749.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;So, I am writing the information in a nested collection and&amp;nbsp; use an action that becomes it in json format, but when the action is executed this error is generated:&lt;BR /&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="17750.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17902iFDC270D9676DE240/image-size/large?v=v2&amp;amp;px=999" role="button" title="17750.png" alt="17750.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am defining the others inputs as you can see:&lt;/DIV&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="17751.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17903i0C2899BB6C65DB55/image-size/large?v=v2&amp;amp;px=999" role="button" title="17751.png" alt="17751.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And this is the text in the data item JSON&lt;BR /&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="17752.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17904iEE4892FF14ADBC2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="17752.png" alt="17752.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17753.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17906iC3724A27DAE66BFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="17753.png" alt="17753.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Thank you in advance&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ronald Beltrán&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jan 2021 23:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-sheets-Api-append/m-p/69440#M22045</guid>
      <dc:creator>RonaldBeltrán</dc:creator>
      <dc:date>2021-01-15T23:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Google sheets Api append</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Google-sheets-Api-append/m-p/69441#M22046</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/34427"&gt;@RonaldBeltrán&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you tried using the Google Sheets VBO that ships with Blue Prism and is also available on the DX?&lt;BR /&gt;&lt;BR /&gt;Regarding the API connector, it looks like Google has made the &lt;EM&gt;&lt;STRONG&gt;valueInputOption&lt;/STRONG&gt;&lt;/EM&gt; mandatory. I don't believe that was the case when this connector was built. With that said, you can edit the Web API definition associated with the skill to apply it. Below is a screenshot of the change:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17741.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17898i1E4F929B43BE95F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="17741.png" alt="17741.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Just go to &lt;EM&gt;&lt;STRONG&gt;System&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Objects&lt;/STRONG&gt;&lt;/EM&gt; -&amp;gt; &lt;EM&gt;&lt;STRONG&gt;Web API Services&lt;/STRONG&gt;&lt;/EM&gt; and look for the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Google Sheets API v4&lt;/STRONG&gt;&lt;/EM&gt; entry. Double-click and scroll down to the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;sheets.spreadsheets.values.append&lt;/STRONG&gt;&lt;/EM&gt; entry. Next, click on the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/EM&gt; topic and enter the following value at the end of the &lt;EM&gt;&lt;STRONG&gt;URL Path&lt;/STRONG&gt;&lt;/EM&gt; entry:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;amp;valueInputOption=USER_ENTERED&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;That should take care of you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Google-sheets-Api-append/m-p/69441#M22046</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-01-19T21:55:00Z</dc:date>
    </item>
  </channel>
</rss>

