<?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 Request for Guidance on Qlik Automation Reload Retry Logic in Qlik Cloud in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Request-for-Guidance-on-Qlik-Automation-Reload-Retry-Logic-in/m-p/2545644#M6501</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;I am currently working with Qlik Cloud and managing Some apps/dashboards. At present, whenever a reload job fails, we receive an email notification, and an admin manually searches for the app and triggers the reload again.&lt;/P&gt;
&lt;P&gt;I would like to implement an automation to optimize this process with the following logic:&lt;/P&gt;
&lt;P&gt;Automatic Retry on Failure&lt;/P&gt;
&lt;P&gt;If a reload job fails, the system should automatically trigger a retry.&lt;/P&gt;
&lt;P&gt;If the retry also fails, then an email notification should be sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Handling Different App Structures:&lt;/P&gt;
&lt;P&gt;Some apps are standalone (no dependencies).&lt;/P&gt;
&lt;P&gt;Some apps have dependencies:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1 ETL → 1 Dashboard&lt;/P&gt;
&lt;P&gt;→ Dashboard should reload only if ETL succeeds.&lt;/P&gt;
&lt;P&gt;2 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;3 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;4 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;In all dependent cases, dashboards should reload only if all associated ETL tasks are successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected Automation Behavior&lt;/P&gt;
&lt;P&gt;Retry failed ETL/app reload automatically.&lt;/P&gt;
&lt;P&gt;Trigger dependent dashboard reload only after successful ETL completion.&lt;/P&gt;
&lt;P&gt;Send email alert only after retry failure.&lt;/P&gt;
&lt;P&gt;Avoid unnecessary dashboard reloads if ETL fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe this can be implemented using Qlik Application Automation (possibly with webhooks).&lt;/P&gt;
&lt;P&gt;Could you please guide me with:&lt;/P&gt;
&lt;P&gt;Step-by-step instructions to build this automation in Qlik Cloud&lt;/P&gt;
&lt;P&gt;Which blocks to use and where to configure them&lt;/P&gt;
&lt;P&gt;How to handle dependencies between ETL and dashboard apps&lt;/P&gt;
&lt;P&gt;Best practices for retry logic and error handling&lt;/P&gt;
&lt;P&gt;Your guidance would be highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your support.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ashith A V&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 08:05:26 GMT</pubDate>
    <dc:creator>Ashi03</dc:creator>
    <dc:date>2026-03-27T08:05:26Z</dc:date>
    <item>
      <title>Request for Guidance on Qlik Automation Reload Retry Logic in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Request-for-Guidance-on-Qlik-Automation-Reload-Retry-Logic-in/m-p/2545644#M6501</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;I am currently working with Qlik Cloud and managing Some apps/dashboards. At present, whenever a reload job fails, we receive an email notification, and an admin manually searches for the app and triggers the reload again.&lt;/P&gt;
&lt;P&gt;I would like to implement an automation to optimize this process with the following logic:&lt;/P&gt;
&lt;P&gt;Automatic Retry on Failure&lt;/P&gt;
&lt;P&gt;If a reload job fails, the system should automatically trigger a retry.&lt;/P&gt;
&lt;P&gt;If the retry also fails, then an email notification should be sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Handling Different App Structures:&lt;/P&gt;
&lt;P&gt;Some apps are standalone (no dependencies).&lt;/P&gt;
&lt;P&gt;Some apps have dependencies:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1 ETL → 1 Dashboard&lt;/P&gt;
&lt;P&gt;→ Dashboard should reload only if ETL succeeds.&lt;/P&gt;
&lt;P&gt;2 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;3 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;4 ETLs → 1 Dashboard&lt;/P&gt;
&lt;P&gt;In all dependent cases, dashboards should reload only if all associated ETL tasks are successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected Automation Behavior&lt;/P&gt;
&lt;P&gt;Retry failed ETL/app reload automatically.&lt;/P&gt;
&lt;P&gt;Trigger dependent dashboard reload only after successful ETL completion.&lt;/P&gt;
&lt;P&gt;Send email alert only after retry failure.&lt;/P&gt;
&lt;P&gt;Avoid unnecessary dashboard reloads if ETL fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe this can be implemented using Qlik Application Automation (possibly with webhooks).&lt;/P&gt;
&lt;P&gt;Could you please guide me with:&lt;/P&gt;
&lt;P&gt;Step-by-step instructions to build this automation in Qlik Cloud&lt;/P&gt;
&lt;P&gt;Which blocks to use and where to configure them&lt;/P&gt;
&lt;P&gt;How to handle dependencies between ETL and dashboard apps&lt;/P&gt;
&lt;P&gt;Best practices for retry logic and error handling&lt;/P&gt;
&lt;P&gt;Your guidance would be highly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your support.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ashith A V&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 08:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Request-for-Guidance-on-Qlik-Automation-Reload-Retry-Logic-in/m-p/2545644#M6501</guid>
      <dc:creator>Ashi03</dc:creator>
      <dc:date>2026-03-27T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Request for Guidance on Qlik Automation Reload Retry Logic in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Request-for-Guidance-on-Qlik-Automation-Reload-Retry-Logic-in/m-p/2545820#M6503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/365554"&gt;@Ashi03&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I did a Qlik Automation that I believe covers all your requirements. I have skipped the part to send emails but, I put an indication where you can handle that - see the JSON attached, you can import this JSON file into your Qlik Automation - right click in the canvas of a new Qlik Automation and select &lt;STRONG&gt;Upload Workspace&amp;nbsp;&lt;/STRONG&gt;and select the JSON file I sent.&lt;/P&gt;&lt;P&gt;A quick explanation:&lt;/P&gt;&lt;P&gt;Add in the variable AppList the list of ETL Applications you need to reload prior to the Dashboard Application. All the ETL Applications will reload in parallel.&lt;/P&gt;&lt;P&gt;The process then is about checking the Reload Status of each Application and if it finds an error, retry for a second time. If that fails, I stop the process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If everything runs fine, the automation will reload the Dashboard Application.&lt;BR /&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 04:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Request-for-Guidance-on-Qlik-Automation-Reload-Retry-Logic-in/m-p/2545820#M6503</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2026-03-31T04:00:27Z</dc:date>
    </item>
  </channel>
</rss>

