LOOP
This help page is for Studio. This information is also available for Desktop Studio.
|
Repeats the action or actions connected to the Repeat branch the specified number of times. After the specified number of iterations, the Finish branch is triggered. For example, you could add this action to an IVR |
Supported Script Types
|
|
|
|
|
|
|
|
Generic |
Chat | Phone | Voicemail | Work Item | SMS | Digital |
Input Properties
These properties define data that the action uses when executing.
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
Finished |
Path taken when the Repeat count exceeds the specified number. |
Repeat |
Path taken while the current Repeat count is less than or equal to the specified number. |
Script Example
This is an example to show how this action can be used in scripts. It is not intended to be a complete script. Additional scripting may be required.
After the script is triggered, Voiceparams sets the text-to-speech voice and Hours sets the hours of operation (using the Hours of Operation profile). When the script reaches the
Would you like to download this script?
In a simple event, when a call is placed on hold a loop will occur in which music plays, followed by a message, followed by music and another message and so on until the call is taken off hold.
Would you like to download this script?