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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
QliKoRea
Contributor II
Contributor II

How do I use parameters passed from App to Automation?

How do I use parameters passed from App to Automation?

I want to use the vParameter variable value by passing it as a parameter to Automation.

How can I get that value and use it in Automation?

QliKoRea_0-1733377907983.png

Thank you.

Labels (1)
2 Replies
QliKoRea
Contributor II
Contributor II
Author

I found a solution.

It works only Triggered mode, I want to use Schedule too, but I can't!

 

Start block: Run Mode - Triggered

QliKoRea_0-1733386388537.png

Create Variable block and create varable

set value : { $.Start.Parameter }

(Parameter name set in the app)

QliKoRea_1-1733386599558.png

QliKoRea_2-1733386638138.png

 

 

It can be used without storing it in a variable.

QliKoRea_4-1733386731803.png

 

 

salmankojar
Partner - Creator II
Partner - Creator II

Hi @QliKoRea you can also create a variable in app and use GET EXPPRESSION VALUE block in automation to use that variable value in Automation.