==Using variables with workflows==
===Pass parameters on the trigger workflow task===
If a workflow is triggered from another workflow, you can reference a value from the object that triggers the previous workflow (eg a L3 workflow triggers a L2 workflow, you can use the syntax on the L2 workflow to reference any value from L3). The syntax is as below:
@triggerobject.FIELDNAME@
This syntax should work when generating an email, and when used in the connectors as a condition.
It should also work when using a Trigger Workflow task, and when task connector is linked directly to the workflow.
{{WorkflowTaskTypeCCEmailSyntaxOptions}}
=Using workflows=