Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MartW
Partner - Specialist
Partner - Specialist

Create a variable in automation to use in an other automation with call automation

I was wondering if there is a way to create a automation variable and than use this in a different automation.

So for example create variable in automation1 lets say Var1 = 'test',

then use this Var1 in automation2 that is called from automations1 with the call automation-block.

Labels (3)
1 Solution

Accepted Solutions
Emile_Koslowski
Employee
Employee

Hi MartW,

To be clear, you mean automation variables and not Qlik Sense App variables, right?

When it comes to automation variables, there's no storage that's persisted across multiple automations or multiple runs of the same automation.

But you can indeed call another automation to retrieve an automation variable from it. You could also use a 3rd party cloud storage like Google Sheets to store variables.

Kind regards,
Emile

View solution in original post

2 Replies
Emile_Koslowski
Employee
Employee

Hi MartW,

To be clear, you mean automation variables and not Qlik Sense App variables, right?

When it comes to automation variables, there's no storage that's persisted across multiple automations or multiple runs of the same automation.

But you can indeed call another automation to retrieve an automation variable from it. You could also use a 3rd party cloud storage like Google Sheets to store variables.

Kind regards,
Emile

MartW
Partner - Specialist
Partner - Specialist
Author

Hi Emile,

 

Yes I was talking about the automation variables.

will change my question above to make it more clear.

thanks for the response