Skip to content

Documentation

Everything you need to build automations with AutoFlowRPA — from first install to the full command reference.

Getting started

  1. 1

    Create a free account and download AutoFlowRPA for Windows from your dashboard. Your 30-day full-featured trial starts when you first launch the app.

  2. 2

    Drag commands from the palette onto the canvas. Each node is one step of your automation — open a workbook, click a button, send an email.

  3. 3

    Connect nodes to define the order and logic. Use Conditions, Loops and Triggers to branch, repeat and schedule your flow.

  4. 4

    Press Run. Everything executes locally on your machine — no cloud, no data leaving your computer.

Working with variables

Most command fields support variables: wrap a variable name in triple braces and it is replaced with its value at run time. Use Set Variable to create values, and outputs of commands (like Get Text or Excel Get Cell) to fill them.

{{{customerName}}} → replaced with the value of customerName at run time

Command reference

369

Detailed documentation for every built-in command: what it does, all parameters with types and defaults, and platform notes.

Conditions

2