Modify Text

Updates a given text data using string modifications.

This activity updates a user given text data using string modifications like find and replace, trim, and combining the text with another text data.

Input

  • In the String Modifications Window, you can define and configure the desired modifiers. You can add multiple modifiers, such as find and replace, trim, or combining text, by selecting them from the available options.

    To test the modifiers, enter a sample text in the input text field of the window and click on the "Test" button. The modified text will be displayed in the result section of the window. If you are satisfied with the result, click on the "Ok" button to save the selected modifiers.

Only the modifiers that you have selected will be saved when you click on the "Ok" button.

Output

  • Result: String Variable Stores the resulting string value after applying the selected string modifications.

Last updated