Redo Step
The Redo Step Instructions allows you to redo a specified Step or all the Steps after a particular Step.
This category includes two types of FieldLogs specific Instructions:
Flkw:RedoStepFlkw:RedoAllStepsFromStep
Flkw:RedoStep is a simple Instruction that allows you to redo a Step.
Format: Flkw:RedoStep('Step ID');
Parameters | Description |
|---|---|
Step ID | The ID of the Step to be redone. |
Flkw:RedoAllStepsFromStep is a Redo Step Instruction that allows you to redo all the Steps after a particular Step.
Format: Flkw:RedoAllStepsFromStep(Step ID);
Parameter | Description |
|---|---|
Step ID | The ID of the Step to be redone. |