get_stage_nameGet the name of the stage of a templateDefinition 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 Transformation{ a: get_stage_id() } Result{ a: "Testing" }Updated 16 days ago get_stage_idhas_valueTable of Contents Definition Parameters Returns Examples