Skip to main content
The Manipulate Text block allows you to modify text values by applying various different manipulation operations on the text. Screenshot of the Manipulate Text action block

Input Text

The input text is the base text value that the manipulative operation will be performed upon. This may be static text or a variable.

Operation

The operation dictates the way your text vaue will be manipulated. Below are listed the available operations that can be applied to a text value using the Manipulate Text action:
OperationDescriptionExample Output
To UppercaseConverts text to all capital lettersHELLO THERE
To LowercaseConverts text to all lowercase lettershello there
Trim SpacesRemoved all spaces from the text, including leading/trailing spacesHelloThere
Replace TextReplaces all instances of a specific string found in the text with another specific stringHello Bob
Split by DelimiterSplits the text into fragments, using a specific character as a boundary marker[Hello,There]
ConcatenateAppends additional text to the existing text valueHelloThere

Reference Variable

Screenshot2026 01 27at10 05 03PM This variable allows you to refer to the result of the text manipulation in future action blocks down your endpoint’s flow. This variable must be assigned a custom name.
Make your reference variable names as descriptive and unique as possible to prevent your endpoint flow from becoming cluttered. If a future variable is assigned the same name, the value of your reference variable will be overriden.