For

A more complex loop that enables you to specify the increment and the number of times the loop occurs. The loop will go down automatically if ToValue is less than FromValue.

You can create FOR loops in Snippet actions as an alternative to using the FOR action.

Supported Script Types

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

Generic

Email Chat Phone Voicemail Work Item SMS

Input Properties

These properties define data that the action uses when executing.

Property

Description

Caption

Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. The default is the action name.

FromValue The initial value.
ToValue The value in which the loop will end and follow the OnFinished branch.
Step The increment that will be added to the initial value.
CounterName Name of a variable to receive the current value of FromValue plus Step.

Result Branch Conditions

Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.

Condition

Description

OnFinished

Path taken when the Repeat count exceeds the specified number.

OnRepeat

Path taken while the current Repeat count is less than or equal to the specified number.