Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Iterator Actions Summary

 

Action Name Summary File IteratorIterate through multiple files or a While Loop action which, while not technically an iterator, can execute its children more than once.

...

This is equivalent to having a Run Script Action as the last child of the iterator.

 Note:

Note
The best way to run some script before each iteration begins is to add a Run Script Action as the first child of the iterator.

 

 

OnFirstRun

 

This script event fires the first time the action is run, before the variable has been set to its first value. If the iterator relies on some variables to generate the list of iterated values, you can set them from the OnFirstRun event.

...