Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
i am looking for a way to export all apps from a given space into a s3 bucket using an automation. The automation should ideally be triggered whenever one of the apps in the given space has been modified or a new app has been added.
Anyone has an idea ?
Thanks a lot in advance!
Hi @xyz_1011
You can go with the bare bones template named "Scheduled app export to an Amazon S3 bucket (without data)"
And add on to it the following logic:
1. The start block can be changed to run as a webhook event
Connector Qlik Cloud Services
Event: App Data Updated
You can filter based on spaces and apps there
2. List Apps to get the app ids from a space you want, there is an option in that block to filter based on a space id
Best Regards
Hi @xyz_1011
You can go with the bare bones template named "Scheduled app export to an Amazon S3 bucket (without data)"
And add on to it the following logic:
1. The start block can be changed to run as a webhook event
Connector Qlik Cloud Services
Event: App Data Updated
You can filter based on spaces and apps there
2. List Apps to get the app ids from a space you want, there is an option in that block to filter based on a space id
Best Regards