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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
rzenere_avvale
Partner - Specialist II
Partner - Specialist II

Qlik Cloud - Call a reload task from button object

Hey there everyone,
I would like to know if there is a way to call a reload task from the button object, since I don't see any clear label about it from the object.
In other developments we used the automations (which, at the time, were the only way to manage chaining of app reloads), but we would like to explore other ways to do so

Riccardo

Labels (1)
  • SaaS

1 Solution

Accepted Solutions
Daniele_Purrone
Support
Support

Ciao @rzenere_avvale ,

if you don't want to rebuild the chain in Automate, probably the best way is to still launch an automation, and have that automation send a POST REST API call to /api/v1/tasks/{id}/actions/start (with the correct TaskId).

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

6 Replies
vighnesh_gawad
Partner - Creator II
Partner - Creator II

Do you mean within the app? for that you can set it up using Button object. In the button properties, go to Actions & Navigation, then select Reload Data from the dropdown options. After that you click the button, app will reload its data.

Regards, Vighnesh Gawad
Connect with me on LinkedIn | GitHub
rzenere_avvale
Partner - Specialist II
Partner - Specialist II
Author

Yes, a button within the app to reload a task chain. The 'Reload Data' option is not enough, if you need to update multiple apps

Daniele_Purrone
Support
Support

The "Reload Data" doesn't properly trigger a reload taks. It performs in-app reload, which has some limitations.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
Daniele_Purrone
Support
Support

Ciao @rzenere_avvale ,

if you don't want to rebuild the chain in Automate, probably the best way is to still launch an automation, and have that automation send a POST REST API call to /api/v1/tasks/{id}/actions/start (with the correct TaskId).

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
rzenere_avvale
Partner - Specialist II
Partner - Specialist II
Author

Ciao @Daniele_Purrone ,
Thank you! It's not optimal, since we still need to create an automation to perform a single action, but it's better than nothing.
I found the old idea Button at Front end to trigger task chain in QMC and asked for updates, we will see with the time if anybody else requires this action!

Thank you for your support,
Riccardo

Daniele_Purrone
Support
Support

Yes, there's definitely room for improvement, there!

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.