Format
|
Applies special formatting logic to a string or number. |
Supported Script Types
|
|
|
|
|
|
|
Generic |
Chat | Phone | Voicemail | Work Item | SMS |
Input Properties
These properties define data that the action uses when executing.
Property | Details |
---|---|
Caption |
Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. |
String |
This property contains text or numbers to format. If Format is using the number formatting guidelines, this property may be numeric, otherwise, the use of variable substitution can be used. |
Format |
Enter the format you want the returned string to be. Use the formatting guidelines for the type of information being formatted: |
Variable | The name of the variable that you want to hold the newly formatted string. |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the action's other branches are not defined. |