Find and Replace

Estimated reading: 2 minutes

This activity allows users to search for a specified value in the input collection and replace it with another value.

Properties

INPUT

Input collection: Specifies to provide the input collection to search within the provided range.

Case Sensitive: Ensures that the search matches the case (uppercase or lowercase) of the provided value exactly.

Operation: Specifies the operation to be performed in the collection.

Available options:

1. Find: Finds and returns the first matching value.

2. Find All: Finds and returns all matching values.

3. Replace: Finds and replaces the first matching value.

4. Replace All: Finds and replaces all matching values.

Find Value*: Specifies the input value to be searched within the collection. Accepts values in String datatype.

Replace Value*: Specifies the value to replace the found text with. This parameter is applicable only when Replace or Replace All is selected. Accepts values in String datatype.

MISC

Argument Type*: Select the type of elements contained in the collection from the drop-down.
For example, if the collection is a list of strings, choose “String” as the argument type.

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

Found At: Returns the index where the matched value is found in String format.

Updated collection: Returns the output with the updated values in a chosen format in Argument Type.

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

Find and Replace

Or copy link

CONTENTS