Substring Text

⌘K

This activity allows extracting substring from the text and store result in variable.

substring_text_1

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

ParameterDescription
this textOriginal text
start indexThe zero-based starting character position of a substring in this instance.
lengthThe number of characters in the substring. Set -1 to ignore length.
variableThis activity will place result into an output variable

How can we help?