I am configuring an Automation with an action to r...
# prefect-cloud
a
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?
Can I run javascript in this block, or jinja?
I learned the event properties are available e.g.
Copy code
"{{ event.payload.<var name> }}"
Are all of the available properties documented anywhere?