I am configuring an Automation with an action to run a deployment. The flow I'm trying to run requires a parameter. The parameter is available in the flow that triggered the Automation. How can I reference information from the triggering flow so that I can pass it in as a parameter?
Adam Roderick
01/20/2024, 1:00 AM
Can I run javascript in this block, or jinja?
Adam Roderick
01/21/2024, 7:25 AM
I learned the event properties are available e.g.
Copy code
"{{ event.payload.<var name> }}"
Are all of the available properties documented anywhere?