Modify Text

Estimated reading: 2 minutes 8 views

This activity allows users to modify input text by performing actions such as combining, finding/replacing, trimming, or converting text to upper or lower case. It functions as a scope to execute the modification and returns the modified output.

Properties

Input

Text to Modify: *Specifies the input text to be modified based on the selected action. Accepts values of the String data type.

Add a Modification from the Below: Allows users to choose and add the modification action to be performed. Selecting the action will automatically include the child activity into the scope.

Modification Options

Find and Replace: Finds the specified input text and replaces it with another value.

Combine Text: Appends the provided input text to the existing text.

Trim: Removes whitespace and tab characters from the input text.

Text to Upper/Lower: Converts all characters in the input text to either upper or lower case.

MISC

Display Name: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

Output

Modified Text: *Returns the modified text as the output in STRING datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown

*Represents mandatory fields to execute the workflow.

Share this Doc

Modify Text

Or copy link

CONTENTS