Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am trying to build my first Qlik Automation flow for all three layers - extract, transform and frontend
I have tried below flow please let me know is this a good way or need any changes and one more thing I don't have access to send any failure alerts to slack/ teams/ email as I don't have BI Admin access
Please do Help
Thanks!
Hi @Mouni09
Perhaps you can try the same flow with a loop, instead of using the same three blocks multiple times.
It should work as well with wait for reload to complete setting in the do reload block.
- The loop can iterate through a list of app id strings.
- in the loop you can use the do reload,check if the status was ok, based on that stop the automation or output the json.
Hi @Mouni09
Perhaps you can try the same flow with a loop, instead of using the same three blocks multiple times.
It should work as well with wait for reload to complete setting in the do reload block.
- The loop can iterate through a list of app id strings.
- in the loop you can use the do reload,check if the status was ok, based on that stop the automation or output the json.