This activity allows extracting substring from the text and store result in variable.
You should specify the zero-based starting character position of a substring in this instance and the number of characters in the substring, if length is -1, length will be ignored.
SharePoint Workflow Designer Phrase
Extract substring from this text, starts at 0, length -1 and store in Variable: variable.
Parameters
Parameter | Description |
this text | Original text |
start index | The zero-based starting character position of a substring in this instance. |
length | The number of characters in the substring. Set -1 to ignore length. |
variable | This activity will place result into an output variable |