loops
Repeat any step in a loop.
title | description |
---|---|
loops | How to loop or iterate over a step. |
foreach | Repeat step for each item in list. |
retry | Retry step until it succeeds. |
while | Repeat step until stop condition is True or up to the maximum iteration count. |