Run Macro
Description
Runs another macro as a command within the current macro.
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Selected Macro | text | manual-only | true | The macro you want to run as a command inside of another macro |
Macro slug | text | manual-only | true | The macro slug, this is automatically populated |
Macro Schema | text | manual-only | true | The macro schema, this is automatically populated |
Macro version | text | manual-only | true | The macro version, this is automatically populated |
Scenarios
- The user is building a macro, but the macro is becoming too large, the user takes a portion of the original macro and ads that portion into a new macro with the required input variables and output variables, the user selects the macro that only does a portion of the original macro in the run macro command and link the required ports to the run macro command
Use case
Inputs
- Selected Macro:
Launch Web Browser
Macro
Experienced tips
- When you selected a macro and the command does not automatically update after you made changes to the selected macro, remove the command, drag the command onto the studio and reselect your macro.
Search Tags
run a macro inside a macro