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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
harshal_shreyesh
Contributor III
Contributor III

Can we pass variable values from One Automation to Another

Hello,

I have requirement where i want to pass certain values from one automation to another automation as an input.

Any suggestions or solutions available ?

 

Thanks

Harshal

Labels (1)
1 Solution

Accepted Solutions
salmankojar
Partner - Creator II
Partner - Creator II

@harshal_shreyesh  Keep your start mode as "TRIGGERED" in your 2nd automation. it will work then.

View solution in original post

8 Replies
salmankojar
Partner - Creator II
Partner - Creator II

Hi @harshal_shreyesh you can use RUN AUTOMATION block in your first Automation from where you want to pass inputs to 2nd Automation. In that block you can find the Automation inputs Parameters using which you can pass inputs to another Automation.

harshal_shreyesh
Contributor III
Contributor III
Author

Hello,

Thanks for your reply. 

I am aware about we can pass query parameters to other automation. However i am not able to find a way to pass specific variable value. 

Can you please attach any example, that would clarify the solution. 

 

Thanks,

Harshal

salmankojar
Partner - Creator II
Partner - Creator II

Hi @harshal_shreyesh  Which variable value you want to pass? whether variable is in Qlik App or variable created in automation?

harshal_shreyesh
Contributor III
Contributor III
Author

Hello,

Please see below scenario.

Automation-1: vTeamID variable is Qlik Automation variable of Automation-2(Run Automation)

harshal_shreyesh_1-1757399591946.png

Automation-2: Variable vTeamID is created and used here. Value for this has to be set in Automation-1.

harshal_shreyesh_2-1757399942788.png

 

Thanks,

harshal

salmankojar
Partner - Creator II
Partner - Creator II

@harshal_shreyesh  copy paste below code into your variable created in 2nd Automation. it will take value from parameters passed from first Automation. This will solve your issue. 

{ $.Start.vTeamID } 

harshal_shreyesh
Contributor III
Contributor III
Author

Hello,

It does not work for me, can you please elaborate more or attach some sample automation.

harshal_shreyesh_0-1757425213504.png

 

salmankojar
Partner - Creator II
Partner - Creator II

@harshal_shreyesh  Keep your start mode as "TRIGGERED" in your 2nd automation. it will work then.

harshal_shreyesh
Contributor III
Contributor III
Author

It works as expected.  Thanks !!