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

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
jheasley
Creator III
Creator III

Trigger Automation for Specific Apps

Is it possible to have the "App Data Updated" or "App Reload Finished" webhook triggers listen for a specific app or apps? I am having trouble figuring out how to make an automation that does this:

When App 123 is Updated, take action XYZ

what is happening is - When ANY App is updated, take action XYZ.  

Due to rate limiting, I don't want the Automation to be triggered constantly, since one of the actions in XYZ is to reload a different app.

Qlik Automate 

10 Replies
scottduthie
Partner Ambassador
Partner Ambassador

Hi @Madolfsson - how can you call an automation to run from the load script? I have tried setting up a REST connection and using the GET curl from the start block as the URL, and then just opening that data connection during the load script execution, but I'm unable to get this working so far.