I am trying to use Qlik automation to check whether a CSV file exists in a specific space and folder.If the file does not exist, the automation should create one with specific content. For some reason, this automation does not create a CSV file even though it should—the file is not where it is expected to be.
Does anyone have any idea why this is happening?
This is the entire workflow :
List Data Files From Space:
It should just search for a certain file in folder “Audit”.
If condition block :
Checks just if the filelist is empty …
The variable blocks are just giving me a Textstring saying file found or file not found.
The vairiable block myRows (list):
Prepares some data for the csv fiole that should be created if its not already there.
Create Data File in Space:
This block creates the file in a specific folder …