<?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: Call URL block - Where to add the body when method is PATCH? in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880924#M307</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Was spot on, managed to get it working using the params as suggested, final solution as below, incase it helps anyone else with a similar challenge.&lt;/P&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="Call URL Block #2.png" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70206i8E147D85CDD9B8A1/image-dimensions/706x446?v=v2" width="706" height="446" role="button" title="Call URL Block #2.png" alt="Call URL Block #2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 21:03:29 GMT</pubDate>
    <dc:creator>jmcy2408</dc:creator>
    <dc:date>2022-01-13T21:03:29Z</dc:date>
    <item>
      <title>Call URL block - Where to add the body when method is PATCH?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880843#M303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Having problems using the Call URL block.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Everything works perfectly when Method = GET, however in this instance I'm attempting to update a task on our project management tool so using PATCH.&amp;nbsp; I know the URL is correct, the headers authenticates etc and the action can be completed perfectly on Postman and MS Powerautomate, but I've no where to add the Body of what I'm trying to do within Qlik Automate.&amp;nbsp; &amp;nbsp;The code for the body is below but where do I add this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;"Value":259&lt;/P&gt;
&lt;P&gt;}&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Call URL Block.png" style="width: 379px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70188iD96AF815D94E81FA/image-dimensions/379x648?v=v2" width="379" height="648" role="button" title="Call URL Block.png" alt="Call URL Block.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 17:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880843#M303</guid>
      <dc:creator>jmcy2408</dc:creator>
      <dc:date>2022-01-13T17:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call URL block - Where to add the body when method is PATCH?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880883#M304</link>
      <description>&lt;P&gt;Hi jmcy2408&lt;/P&gt;
&lt;P&gt;I believe the 'params' section is what you are looking form. You can add key-values or use the raw input toggle to create your nested body.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice the help text does not specify PATCH, only PUT and POST, so please let us know if the params are not sent as body.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 18:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880883#M304</guid>
      <dc:creator>PietMichielRappelet</dc:creator>
      <dc:date>2022-01-13T18:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call URL block - Where to add the body when method is PATCH?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880924#M307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Was spot on, managed to get it working using the params as suggested, final solution as below, incase it helps anyone else with a similar challenge.&lt;/P&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="Call URL Block #2.png" style="width: 706px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/70206i8E147D85CDD9B8A1/image-dimensions/706x446?v=v2" width="706" height="446" role="button" title="Call URL Block #2.png" alt="Call URL Block #2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Call-URL-block-Where-to-add-the-body-when-method-is-PATCH/m-p/1880924#M307</guid>
      <dc:creator>jmcy2408</dc:creator>
      <dc:date>2022-01-13T21:03:29Z</dc:date>
    </item>
  </channel>
</rss>

