Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sep 2, 2024 2:26:34 AM
May 17, 2022 11:16:27 AM
This article covers the usage of the Qlik Application Automation cloud storage blocks and gives design flow examples which apply them. You can also download an example JSON using Google Cloud Storage, and we have compiled a list of links for more in-depth platform connections and atypical usages.
Content
Selecting Cloud storage when creating your automation will present you with the following list:
Here is an example of how to verify if a file exists prior to creating a new one. This is specifically important when you set up an automation meant to save your result in a target file that might or might not be at the location suggested. Since you cannot create a new file if a previous one exists, you will need to apply the following to your automation:
You can verify if the file exists initially, and, based on the response from that block, either simply create a new file or delete the old file and create a new one to write data to.
And last but not least, this is a list of supported platforms for the native blocks as well as links to how to connect to them as well as more quirky details they have.
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
Im having trouble to save a generated report in qlik automation to a google storage bucket, is this a supported functionallity?
Hello @retech4s
This is supported. I've attached an example automation (for information on how to import this, see How to import and export automations).
The end result from this test would be:
If you have additional questions or need assistance getting this to work, please post directly in our Qlik Application Automation forum, including potential errors you get.
All the best,
Sonja
@Sonja_Bauernfeind hello im having trouble finding the attachment, is it on one of those links?
Hello @retech4s
That was my bad! I forgot to attach it. Please see the original article for the attached file.
All the best,
Sonja
the JSON file given, does not match the screenshots of automation flow in this document...
can the json files for the flow described on this page, be included so we can review what actual block are used? The screenshot could be improved by naming the blocks with enough info that tells the folks new to automations, wheret the block is
like
Cloud Storage > Create File : this block is used to blah blah blah in this flow
Hello @Ken_T
The .JSON was created later on. We will likely be updating the flow images, rather than the other way around. I will log an improvement to be looked into to have the article reviewed and updated.
I'm facing issues when working with "Read data from a file".
I have connected to SharePoint and was able to open the file using (Open File block), and tried to read data from that file (using "Read data from a file" block), But getting "{ "blendr_on_error": "stop" }" error.
Could please help me to provide sample json on how to use "Read data from a file" block.