steps
objectsteps.trigger.event
contains the event that triggered your workflow. If you exported a property called myData
from this code step, you’d reference that in other steps using steps.code.myData
. See the docs on step exports to learn more.
You can rename a step by clicking on its name and typing a new one in its place:
steps.get_data
.
getData
or get_data
.props
. This allows the step reuse in across many workflows with different provided arguments - all without changing code.
Learn more about using props
in our Node.js code step documentation.