Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Thank you.
I found a solution.
It works only Triggered mode, I want to use Schedule too, but I can't!
Start block: Run Mode - Triggered
Create Variable block and create varable
set value : { $.Start.Parameter }
(Parameter name set in the app)
It can be used without storing it in a variable.
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.