Find Or Replace Value

Estimated reading: 2 minutes 8 views

This activity allows users to search for a specified value in an Excel sheet and replace it with another value. It must be used within the Excel Scope activity.

Properties

INPUT

Look In: Specifies the option to search within the provided range in the sheet.
Available options:

1. Values
2. Formulas

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

Match Entire Cell Contents: Enables matching the entire cell content instead of partial matches.

Operation: Specifies the operation to be performed in the Excel sheet.
Available options:

a. Find: Finds and returns the first matching cell value.
b. Find All: Finds and returns all matching cell values.
c. Replace: Finds and replaces the first matching cell value.
d. Replace All: Finds and replaces all matching cell values.

Range: *Specifies the range in the Excel sheet where the operation should be performed. Accepts values in String datatype.

Replace With: *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.

Sheet Name: *Specifies the sheet name where the operation is to be performed. Accepts values in String datatype.

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

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

Found At: Returns the output as the cell value where the operation has been performed 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

Find Or Replace Value

Or copy link

CONTENTS