get_stage_idGet the ID of the stage of a templateDefinition string get_stage_id() Gets the stage ID of the current stage of the template. Useful when working with other documents or documents in other stages. Parameters null Returns string The stage ID. Examples Transformation{ a: get_stage_id() } Result{ a: "894b234c651090r56789kf32" }Updated 16 days ago formatget_stage_nameTable of Contents Definition Parameters Returns Examples