Versions Compared

Key

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

...

Note:  Variables which have a Checkbox Select prompt type can contain a comma-delimited list of the select items which can be iterated using this action.

For Each

Image RemovedImage Added

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

An existing variable for storing the current item in the iteration. You can use this variable to access the current item in a child action. 


Options

Image RemovedImage Added

List Item Separator

...

Specify one or two custom characters as the list item delimiter. If two characters are used then the first character will be the left delimiter and the second character the right delimiter. e.g. () in the text (item 1), (item 2), (item 3).

Write the current list item to the build log for each iteration

Tick this to write the current list item to the build log for each iteration.

Remove delimiters

Tick this to remove any delimiters from list item before setting variable.

Trim spaces

Tick this to remove any spaces from list item before setting variable. Note that spaces outside delimiters are always trimmed.

Skip Blank Entries

Tick this to skip any blank or empty items when iterating the list.

...