<?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 Update Variable using Application Automation in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2146272#M2797</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I need your help to make this work.&lt;/P&gt;
&lt;P&gt;What I am trying to do:&lt;/P&gt;
&lt;P&gt;I want to update the variable using the Application Automation.&lt;/P&gt;
&lt;P&gt;What I tried:&lt;/P&gt;
&lt;P&gt;I have created below basic Automation to make it work, but it doesn't seem to be working.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushiknsolanki_0-1702301103694.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121377i2759B8F3E7409F06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaushiknsolanki_0-1702301103694.png" alt="kaushiknsolanki_0-1702301103694.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also attached the JSON for the same.&lt;/P&gt;
&lt;P&gt;Please help me find the issue from the given automation.&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 13:26:41 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2023-12-11T13:26:41Z</dc:date>
    <item>
      <title>Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2146272#M2797</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I need your help to make this work.&lt;/P&gt;
&lt;P&gt;What I am trying to do:&lt;/P&gt;
&lt;P&gt;I want to update the variable using the Application Automation.&lt;/P&gt;
&lt;P&gt;What I tried:&lt;/P&gt;
&lt;P&gt;I have created below basic Automation to make it work, but it doesn't seem to be working.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushiknsolanki_0-1702301103694.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121377i2759B8F3E7409F06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaushiknsolanki_0-1702301103694.png" alt="kaushiknsolanki_0-1702301103694.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also attached the JSON for the same.&lt;/P&gt;
&lt;P&gt;Please help me find the issue from the given automation.&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2146272#M2797</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2023-12-11T13:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2154740#M2839</link>
      <description>&lt;P&gt;There is a variable block you can use to create a variable you can then assigned some data to it and use that down the line in the UI &amp;amp; expressions tooltips that popup&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Peachman97_0-1703003649195.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125813iCC16BFDDFC535DDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Peachman97_0-1703003649195.png" alt="Peachman97_0-1703003649195.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 16:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2154740#M2839</guid>
      <dc:creator>Peachman97</dc:creator>
      <dc:date>2023-12-19T16:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2157282#M2896</link>
      <description>&lt;P&gt;First of all, you have to pass inputs from Qlik app to your automation using&lt;STRONG&gt; execute automation&lt;/STRONG&gt; button functions in Qlik App. After that Click on&lt;STRONG&gt; Copy Input Block&lt;/STRONG&gt; button in App and paste those input blocks in your automation.&lt;/P&gt;
&lt;P&gt;After that use &lt;STRONG&gt;Update variable Block&lt;/STRONG&gt; and set the definition as per your need. Then you need to Use &lt;STRONG&gt;save App&lt;/STRONG&gt; block in Qlik Cloud Services connectors. By saving app your variable will be updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 06:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2157282#M2896</guid>
      <dc:creator>salmankojar</dc:creator>
      <dc:date>2024-01-02T06:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158094#M2928</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684"&gt;@kaushiknsolanki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please watch &lt;A href="https://www.youtube.com/watch?v=hYER2nGKctM&amp;amp;t=3s" target="_self"&gt;this&lt;/A&gt; video to understand how to &lt;SPAN&gt;build a write-back solution with only native Qlik components and automation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158094#M2928</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2024-01-04T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158102#M2929</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/241277"&gt;@Peachman97&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I am trying to do is update the variable back in the dashboard. So your solution may not work as this Variable block is used only within the Automation.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158102#M2929</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2024-01-04T05:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158104#M2930</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/225728"&gt;@salmankojar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I am doing the same thing, but for some reason, the variable is not getting updated in the Dashboard.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158104#M2930</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2024-01-04T05:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158105#M2931</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks but I am not trying to build the writeback. Also the given video doesn't use any "Update Variable" Block.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158105#M2931</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2024-01-04T05:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158128#M2932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684"&gt;@kaushiknsolanki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the confusion, I misunderstood your query.&lt;/P&gt;
&lt;P&gt;Are you getting any errors?&lt;/P&gt;
&lt;P&gt;Did you try using the '&lt;STRONG&gt;Save App&lt;/STRONG&gt;' block to reflect the changes made to the variable in the app?&lt;/P&gt;
&lt;P&gt;If it still doesn't work, please use the Get Variable block right after the Update Variable block , check the results, and verify if the Get Variable block response shows the updated values for the variable.&lt;/P&gt;
&lt;P&gt;Also, please share the exported automation run to further investigate the issue.&lt;/P&gt;
&lt;P&gt;Follow &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Qlik-Application-Automation/ta-p/2016531" target="_self"&gt;this&lt;/A&gt; instructions to export the job run (Section :&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Qlik-Application-Automation/ta-p/2016531#toc-hId-814135156" rel="nofollow noopener noreferrer" target="_blank"&gt;Export This Run Button in Automations Overview Tab&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Afeefa TK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 06:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2158128#M2932</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2024-01-04T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Variable using Application Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2528526#M6080</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;At least this simple variable update worked:&lt;BR /&gt;(Is the problem to retrieve it från the user?)&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-inline" image-alt="AndyPandyLinden_0-1756282922570.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/183168i02B79A196A2BEBA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndyPandyLinden_0-1756282922570.png" alt="AndyPandyLinden_0-1756282922570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 08:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Update-Variable-using-Application-Automation/m-p/2528526#M6080</guid>
      <dc:creator>AndyPandyLinden</dc:creator>
      <dc:date>2025-08-27T08:23:02Z</dc:date>
    </item>
  </channel>
</rss>

