Get SubString
The Get SubString action returns a
portion of a string. The starting and ending offsets within
the string determine the portion returned.
The Get SubString action is part of the Technology Preview Extension
This action is part of the Technology Preview
Extension, which is also referred to as the sandbox
package. The action will be found in the
String trigger action category
upon successful deployment of the sandbox
package,
See Technology
Preview Extension for information on obtaining
and installing the extension.
Input tab
Parameter | Description |
---|---|
String | The string value that will be the source of the substring. This can be a variable or be a constant string. |
Start Offset | The offset into the string value to begin the substring. To begin with the first character in the string this value should be 1. This value can be a variable or be a constant string. |
End Offset | The offset into the string that will contain the final character in the substring. This value can be a variable or be a constant string. |
Output tab
Parameter | Description |
---|---|
Result String | The variable that will contain the substring created from the source string. |