Actions

Actions are the individual steps inside a task.

Common action types

  • Input: tap or hold a key or mouse button.
  • Type Text: type fixed text or variable text.
  • Wait: pause before the next action.
  • Scroll: scroll vertically.
  • Move Mouse: move the cursor.
  • Variable: set, add, toggle, append, or clear variable values.
  • Flow Control: run nested actions if rules match, wait until rules match, or stop a task.
  • Read Text: use OCR to read text and save it to a variable.

Timing

Actions can use fixed timing, random timing, and pattern timing. Use fixed timing first. Add randomness or patterns only when the workflow needs it.

Action Rules

Action Rules are checked right before an action runs. If the rules fail, only that action is skipped and the task continues.