Skip to main content

Replace In String Action

Replace In String Action replaces occurrences of a substring or pattern within a string with new text. It is commonly used for text sanitization, data transformation, formatting, or search-and-replace operations within workflow data.

Appearance

In Talos, Replace In String Action appears as a rectangular node with a replace icon, indicating text modification. It shows the input string the output and the string occurance.

Decision Icon

Properties

As all Actions, Replace In String Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
InputString
The original string to perform replacements on.
ReplaceString
The substring or pattern to find.
Replace withString
The text to replace matched occurrences with.
TypeEnum
The type of replacement operation.
OutputString
The variable to store the result.