<?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: Sending reload variables to app in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2532325#M22557</link>
    <description>&lt;P&gt;Looping back to add that with the release on September 26, this should work with the native blocks with the correct typing.&lt;/P&gt;
&lt;P&gt;Noted in&amp;nbsp;&lt;A href="https://qlik.dev/changelog/169-platform-ops-connector/" target="_blank"&gt;https://qlik.dev/changelog/169-platform-ops-connector/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2025 10:38:54 GMT</pubDate>
    <dc:creator>Dave_Channon</dc:creator>
    <dc:date>2025-10-02T10:38:54Z</dc:date>
    <item>
      <title>Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527839#M22446</link>
      <description>&lt;P&gt;Given the new functionality to add variables parameter to the reload API, I am eager to use that. I have written an automation that launches an app reload. Unfortunately I can't find a way the variables are accepted by the reloads API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlik.dev/changelog/149-api-updates-reload-time-variables-constraints/" target="_blank" rel="noopener"&gt;Updated API - The Reloads API supports reload-time variable updates, and the Engine API supports constraints | Qlik Developer Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am using the RAW API request block with the following input:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "path": "reloads", "HTTP_method": "POST", "body": { "appId": "04ea9dba-5d4a-45bc-aadf-9440fcf74da6", "weight": 10, "variables": { "var1": -2034 } }, "query_parameters": [], "blendr_on_error": "stop", "datasource": "18040b90-8932-11ee-bc7c-a11c13759a38" }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This results in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;RELOADS-001 :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Invalid request.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I leave the variables parameter out, there is no error. How can I make this work with variables?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 11:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527839#M22446</guid>
      <dc:creator>coengiesberts_anva</dc:creator>
      <dc:date>2025-08-20T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527841#M22447</link>
      <description>&lt;P&gt;Not sure if that's the issue here, but&amp;nbsp;{ "var1": -2034 } should be&amp;nbsp;{ "var1": "-2034" } according to the documentation, near as I can tell. I don't have an environment to test in at the moment so I can't confirm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 11:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527841#M22447</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-08-20T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527843#M22448</link>
      <description>&lt;P&gt;Well noticed. In the block editor I have entered "var1" : "2034" which gets converted to&amp;nbsp;"var1" : 2034 in the automation log.&lt;/P&gt;&lt;P&gt;I've changed this into a string:&amp;nbsp;"var1" : "text2034", which is properly accepted as "var1" : "text2034". Now the reload starts!&lt;/P&gt;&lt;P&gt;So there is thingy with numbers between quotes being converted to number without quotes, whereas strings are properly sent.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 11:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527843#M22448</guid>
      <dc:creator>coengiesberts_anva</dc:creator>
      <dc:date>2025-08-20T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527846#M22449</link>
      <description>&lt;P&gt;Probably best to inform Qlik so they can address it, but this is a fairly reasonable workaround at least.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 11:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527846#M22449</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-08-20T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527855#M22450</link>
      <description>&lt;P&gt;Thanks for sharing - we have updates to the reload blocks in the backlog, so I'll add this to see if we can address it there.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 12:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2527855#M22450</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2025-08-20T12:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sending reload variables to app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2532325#M22557</link>
      <description>&lt;P&gt;Looping back to add that with the release on September 26, this should work with the native blocks with the correct typing.&lt;/P&gt;
&lt;P&gt;Noted in&amp;nbsp;&lt;A href="https://qlik.dev/changelog/169-platform-ops-connector/" target="_blank"&gt;https://qlik.dev/changelog/169-platform-ops-connector/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 10:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sending-reload-variables-to-app/m-p/2532325#M22557</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2025-10-02T10:38:54Z</dc:date>
    </item>
  </channel>
</rss>

