GETSTEP function

Synopsis
This function returns a step object. Given a flowchart name and step name (as a string), GETSTEP returns the corresponding step object, which can then be used in links to reference the named step.
Remarks
Variations
GETSTEP(FlowchartName, StepName)
Specifies the step object to return.
Parameters
FlowchartName

Specifies the name of the flowchart.

Supported types: String.
StepName

Specifies the name of the step.

Supported types: String.
Returns
Returned types: Step.
Examples
1.

The following example returns the specified step.

GETSTEP("MainFlowchart", Flowcharts("MainFlowchart").Variables.SelectedStepName)