You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- with an [interation counter](#repeatable-steps-with-iteration-counter), mimicking the behavior of a [`for` loop](https://www.php.net/manual/en/control-structures.for.php)
92
+
- with a [list of items](#repeatable-steps-with-items), mimicking the behavior of a [`foreach` loop](https://www.php.net/manual/en/control-structures.foreach.php)
94
93
95
94
!!! tip
96
95
97
96
You can use repeatable migration steps, for example, to quickly generate large numbers of content items for testing purposes.
98
97
98
+
#### Repeatable steps with iteration counter
99
+
99
100
You can vary the operations using the iteration counter.
100
101
101
102
For example, to create five Folders, with names ranging from "Folder 0" to "Folder 4", you can run the following migration using the iteration counter `i`:
0 commit comments