<?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: Unable to use POST action of Function for Utility - HTTP - 6.10.4 in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49117#M27</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;I will try and check by creating a single row and passing the value.&lt;BR /&gt;&lt;BR /&gt;As far as the supplied data is concerned the Server expects the above 4 fields mentioned in the collection with their respective value. The respective Postman curl request looks like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5758.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5940i1C83B31B8EE53AAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="5758.png" alt="5758.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Also the URL encoding as per Content-Type is application/x-www-form-urlencoded&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Jul 2022 05:46:00 GMT</pubDate>
    <dc:creator>ManishRaw</dc:creator>
    <dc:date>2022-07-04T05:46:00Z</dc:date>
    <item>
      <title>Unable to use POST action of Function for Utility - HTTP - 6.10.4</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49115#M25</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;While using the action POST from the newly updated utility &lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN data-ng-bind-html="vm.solution.title" class="ng-binding" style="font-weight: bold;"&gt;Function for Utility - HTTP&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ng-if="vm.solution.semanticVersion.computed !== ''" class="ng-binding ng-scope" style="font-size: 20px; font-weight: bold;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;- 6.10.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;If we use more than one row in Post Data collection then only the first row is picked up while creating the body of the request.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5762.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5945i7DCB7062C2A6599B/image-size/large?v=v2&amp;amp;px=999" role="button" title="5762.png" alt="5762.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Is anyone else also facing the same issue?&lt;BR /&gt;&lt;BR /&gt;The final call ends up in the below error:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5763.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5943iE4D2FF56F24ECFE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="5763.png" alt="5763.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49115#M25</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2022-07-01T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to use POST action of Function for Utility - HTTP - 6.10.4</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49116#M26</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="d666ed23-eedd-4996-bd6b-3bed96e53a93" data-tag-text="@Manish Rawat" href="https://community.blueprism.com/network/profile?UserKey=d666ed23-eedd-4996-bd6b-3bed96e53a93" data-itemmentionkey="007a2d89-149e-49c0-bf2b-ab314bec1df2"&gt;@Manish Rawat&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;​After reviewing the Code stage within the &lt;EM&gt;&lt;STRONG&gt;Post&lt;/STRONG&gt;&lt;/EM&gt; action, it seems a single row of the input Collection is by design. What the action is doing is taking multiple column values, from the first and only row, URL encoding them, and then concatenating them together as Post body which are of the form:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Name1=Value1&amp;amp;Name2=Value2&amp;amp;Name3=Value3&amp;amp;....&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;You can read more about Post body parameters &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Based on the response code, the request is making it to the server, the server accepts it, but then the server throws an internal error (code 500) while processing the data. So the question is, what does the server expect as far as the data is concerned? It looks like you're trying to retrieve an access token. Does the server expect the supplied data to be URL encoded?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Jul 2022 12:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49116#M26</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-03T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to use POST action of Function for Utility - HTTP - 6.10.4</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49117#M27</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;I will try and check by creating a single row and passing the value.&lt;BR /&gt;&lt;BR /&gt;As far as the supplied data is concerned the Server expects the above 4 fields mentioned in the collection with their respective value. The respective Postman curl request looks like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5758.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5940i1C83B31B8EE53AAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="5758.png" alt="5758.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Also the URL encoding as per Content-Type is application/x-www-form-urlencoded&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Rawat&lt;BR /&gt;Project Manager&lt;BR /&gt;Mercer&lt;BR /&gt;New Delhi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jul 2022 05:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-use-POST-action-of-Function-for-Utility-HTTP-6-10-4/m-p/49117#M27</guid>
      <dc:creator>ManishRaw</dc:creator>
      <dc:date>2022-07-04T05:46:00Z</dc:date>
    </item>
  </channel>
</rss>

