get_stage_name

Get the name of the stage of a template

Definition

string get_stage_id()

Gets the name of the current stage of the template. Useful when working with other documents or documents in other stages.

Parameters

null

Returns

string

The stage name.

Examples

{
    a: get_stage_id()
}
{
  a: "Testing"
}