Extract Substring of String from Index with Length
Copies out a substring comprising a specified number of characters, starting at a specified index in the string, and places the value in a variable.
Action settings
Do one of the following to open the Action configuration window:
- Double-click the action.
- Click on the action and then click Configure.
See Action configuration window for more information.
Field | Description |
---|---|
String |
Extract the substring from this source string. |
Index |
Begin the substring at this character index within the source. |
Number of Characters |
The number of characters to copy into the substring. |
Output |
The workflow variable to store the output from this action. |