Skip to main content Skip to docs navigation

Use loop, step, and session repeat placeholders inside step values.

Action
Element Finder Value

For example, if you enter example<loopRepeat> in the value field and the current loop repeat is 5, the resolved value becomes example4.

Supported Patterns

PatternDescription
<loopRepeat>Replaces with the current loop repeat index (starting from 1).
<stepRepeat>Replaces with the current step repeat index (starting from 1).
<sessionCount>Replaces with the current session count (starting from 1).
<batchRepeat>Legacy alias for <loopRepeat>.
<actionRepeat>Legacy alias for <stepRepeat>.

<loopRepeat>

example<loopRepeat>

example<loopRepeat>  โ†’ example1

<stepRepeat>

item<stepRepeat>

item<stepRepeat>  โ†’ item1

<sessionCount>

run<sessionCount>

run<sessionCount>  โ†’ run1

Older placeholders still work for backward compatibility: use <batchRepeat> as a legacy alias for <loopRepeat>, and <actionRepeat> as a legacy alias for <stepRepeat>.