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: 
Mouni09
Contributor III
Contributor III

New 3 Layer Qlik Aautomation Flow Help

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

Mouni09_0-1751388681993.png

Mouni09_2-1751388737277.png


Please do Help
Thanks!

Labels (4)
1 Solution

Accepted Solutions
Shai_E
Support
Support

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.

View solution in original post

1 Reply
Shai_E
Support
Support

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.