Flowcharts("string")

Synopsis
This keyword can be used at the beginning of a link to denote the flowchart to reference; the flowchart name is specified as a string in parentheses.
Remarks
Returns
Returned types: Flowchart.
Examples
1.

The following example shows how to reference the Timestamp parameter of the "Onsite" flowchart.

Flowcharts("Onsite").Flowchart.Timestamp
2.

The following example shows how to reference the FailCount variable of the "Onsite" flowchart.

Flowcharts("Onsite").Variables.FailCount