Skip to content

Loop (container)

A container that repeats the commands placed inside it. Pick how it iterates: a fixed count, each item of a list, a while-condition, or continuously until Exit Loop.

LoopLoopContainer

Overview

Loop (container) is a no-code automation step in the Loop category of AutoFlowRPA. It acts as a container that groups other steps to run inside it. You can configure 8 parameter(s) to control exactly how it behaves. It is one of 369 commands you can drag into a workflow in the visual builder — no scripting required.

What it does

A container that repeats the commands placed inside it. Pick how it iterates: a fixed count, each item of a list, a while-condition, or continuously until Exit Loop.

Parameters

ParameterTypeRequiredDefaultDescription
Loop typedropdown
N times · For each · While · Continuous
RequiredN times
Iterations (N times)number
Optional3How many times to repeat.
Example: 5
Supports variables
Index variablevariable
OptionalLoop.Current1-based iteration number.
List variablevariable
OptionalThe list to iterate over.
Example: myList
Current item variablevariable
OptionalLoop.CurrentItemReceives the current item each iteration.
Condition: first valuestring
OptionalLoop continues while this holds.
Example: {{{count}}}
Supports variables
Conditiondropdown
is equal to · is not equal to · is greater than · is less than · is greater than or equal to · is less than or equal to · contains · does not contain · is empty · is not empty
Optionalis less than
Condition: second valuestring
Optional
Example: 10
Supports variables

How to use Loop (container)

  1. 1

    Open AutoFlowRPA and drag the Loop (container) command from the Loop group onto the canvas.

  2. 2

    Set its parameters in the side panel — Loop (container) has 8 configurable field(s).

  3. 3

    Connect it into your workflow and press Run. Everything executes locally on your machine.

Frequently asked questions

What does the Loop (container) command do?

A container that repeats the commands placed inside it. Pick how it iterates: a fixed count, each item of a list, a while-condition, or continuously until Exit Loop.

Which group does the Loop (container) command belong to?

Loop (container) is part of the Loop group. AutoFlowRPA ships with 369+ ready-made commands you can combine without code.

Does the Loop (container) command take any parameters?

Yes — Loop (container) has 8 configurable field(s), all editable in the visual node editor.

Ready to automate your busywork?

Start your free 30-day trial today. No credit card, no commitment.