Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Vikash2024
Creator
Creator

Reload apps in Parallel

My query is: I want to create an automation for a similar process as the first reload for data, with a condition that, if successful, sends an email confirming the data reload; if not, displays the error. Once the data reload is successful, the second app visualization app—specifically for the reports and dashboards—is launched. means that if there are any modifications to the first app of data load, we can see all of the visualization.

1 Solution

Accepted Solutions
Mark_Leifeld
Partner - Creator
Partner - Creator

HI @Vikash2024,

 

I would create more than one automation. 

 

1. Automation for reloading the first app 

2. Automation listening for successful  reload events and sending an e-mail (you can filter in the on specific apps if you want but also can use the automation for all apps)

3. Automation listening for successful reload event from the app of automation 1 and then starting the reload of app 2

View solution in original post

2 Replies
Mark_Leifeld
Partner - Creator
Partner - Creator

HI @Vikash2024,

 

I would create more than one automation. 

 

1. Automation for reloading the first app 

2. Automation listening for successful  reload events and sending an e-mail (you can filter in the on specific apps if you want but also can use the automation for all apps)

3. Automation listening for successful reload event from the app of automation 1 and then starting the reload of app 2

Vikash2024
Creator
Creator
Author

I apologize that I am unable to understand this solution.

can you explain in more better way so that i can understand and implement the solution?