like the Task Chain inside Qlik Sense On-Premise QMC, in SaaS Automation, I would like to set a retry inside a "Do Reload" task. If a reload fails, I want to set a retry (ex. 3 times). How can I do it?
Thank you,
Riccardo.
Riccardo Schillaci BI Analyst Datawarehouse & Business Intelligence
Havn't tried it myself but it should be possible to use the reloadId response from the doReload block, send it within a loop to the "Get Reload Record" and if/when the reload record returns a status of failed (or similiar) do a Do Reload block again.