Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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.
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
The "Reload Data" doesn't properly trigger a reload taks. It performs in-app reload, which has some limitations.
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
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
Yes, there's definitely room for improvement, there!