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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
cgdonders
Partner - Creator
Partner - Creator

How can I trigger an App reload in Qlik Cloud Saas using an API in Powershell?

I want to trigger a Qlik Cloud App reload when an external process is finished. This process can execute a PowerShell script. Is there a method in which I can trigger an App reload using a Powershell script? How can I connect to the App reload using an API Key?

Labels (2)
1 Solution

Accepted Solutions
Lidiane
Employee
Employee

3 Replies
Lidiane
Employee
Employee

Yes, it's possible. You can use Qlik CLI or API Call.

QLIK CLI: https://qlik.dev/toolkits/qlik-cli/reload/reload/

There is a post with an example using API call.
https://community.qlik.com/t5/Integration-Extension-APIs/Using-Qlik-cli-and-powershell-for-app-reloa...

ajaykakkar93
Specialist III
Specialist III

Yes, it can be done using the Qlik CLI tool .

It can be used to trigger a reload by making a workflow too.

I do agree with the solution by @Lidiane 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

cgdonders
Partner - Creator
Partner - Creator
Author

thanks!