Skip to main content

String Transformers

This action node manipulates a string output from the previous node.

The String Transformers action node manipulates the String Input that comes from Set Value Now or Select Value from a previous step by using a number of operations at a time.

String Transformer Workflow

Insert a String Transformers node in the workflow editor page and provide the required inputs.

Step 1: Provide the String Input either from Set Value Now or Select Value from a previous step which depends on the previous and its configuration.

Step 2: Provide the operation you want to perform to transform the string input.

An operation will have a separate set of requirements which will also have Set Value Now or Select Value from a previous step option.

Input

ParameterDescriptionRequired
String InputString Input on which transformation will happenTrue
OperationString transformation is based on operations like Split, Join Strings etc.True

Operation Inputs

OperationParameterDescriptionRequired
From StringprefixProvides input string prefix from which remaining string will be pulled off from.True
Join Stringssecond_input_stringString Input parameter will be joined with second_input_string.True
separatorWill connect two strings. A separator can be added.False
Regex Extract Allregex_patternExtract string using regex pattern.True
Replace Allreplace_withNew string to be replaced with.True
to_replacereplaceable stringTrue
SplitdelimiterUsing a delimiter, you can split the string input.True
Strip Charsstrip_charsAny space or chars to be removed from the string.True
To LowercaseN/A
To UppercaseN/A

Output

Parameter NameTypeRequired
string_outputStringTrue
stringlist_outputStringListTrue
execution_statusString

Action Example

  1. From the workflow builder in the left panel, drag and drop a String Transformers node in the workflow panel. A sample configuration opens in the right input panel.

    string-transformers-1
  2. After the execution of the workflow above, the output of the execution step details of string transformers are shown below.

    string-transformers-2