Getting started
Rules Engine Widgets
String operation
4 min
purpose to perform text based transformations such as concatenation, splitting, replacing, trimming, and case conversion directly within your workflow — without the need for external scripts or code problem statement workflows often handle text data that needs to be modified or standardized (e g , joining names, trimming spaces, or formatting output) performing these transformations manually increases complexity the string operations node provides a simple interface for executing common string functions efficiently within any workflow requirements must accept one or more text or variable inputs must support multiple string operation types (concatenate, split, replace, etc ) should display a real time preview of results must allow naming of the output variable for downstream use should provide optional description for documentation clarity use cases combine multiple text values or variables into a single string convert text to uppercase or lowercase for consistency replace or remove specific characters or substrings extract part of a string using substring count string length for validation or analysis split a string into multiple parts for iteration or parsing outcome generates a new processed text output (string or array) after applying the selected operation the result is saved to a named variable for use in subsequent workflow nodes how to use 1\ drag & drop add the string operations node into your workflow canvas 2\ select operation 3\ configure input fields depending on the chosen operation, the required fields will appear 4\ define output variable enter a name in result variable name to store the output