Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create an automation which:
loads all data from every managed space consurrently.
My initial try was to
List the Spaces
Filter the spaces on type = managed
The list the apps.
It seems however I need some sort of loop to get the applications from each space and I am struggling with this.
I have a loop after my filter which lists the apps based on the space id but the output only brings back 1 application contained in 1 space.
Any thoughts/help would be much appreciated.
Sure! Here's a rephrased version:
Thanks, Mark. I think the issue is that the automation considers the job successful as long as it triggers the refreshes for all applications. However, we define success as not only triggering the refreshes but also ensuring that each application refreshes successfully. At the moment, the automation doesn’t meet that criteria.
Oh ok, I got you.
I will understand triggers all the refreshes as all reloads completed successfully. Is that correct? If so, ...
You can use the topic below to handle that in your current solution:
https://community.qlik.com/t5/Application-Automation/How-to-Include-Failed-App-Name-s-in-Automation-...
You can mix what you have with that other solution. That solution captures de reloads generated during the Automation Run and check for the Reload Status after the Waiting block. If you find any error, you can call an Error block. This will mark your Automation Run as failed:
Please let me know if you need help on mixing the solutions.
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Thanks (again)
So in the previous example the variable is important to capture the reloadIDs, correct? In the variable it is AppList (list) and Item = Do reload > Id?
I'm doing something wrong somewhere as i get an issue saying the following fields are required:
reload_ids
Below is where I got to but it does not include the error block etc as the automation did not get this far!