Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator II
Partner - Creator II

Export Apps to s3

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!

 

Labels (1)
1 Solution

Accepted Solutions
Shai_E
Support
Support

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

View solution in original post

1 Reply
Shai_E
Support
Support

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