# Rule action: Lookup and replace value

### Use cases

* Replace the complete value of a field with another value of your choice. The value will be replaced only if it's an **exact match**.

Use the **Lookup and replace value** action to look for an exact match with a value and only replace it when there is an exact match.

For example, if the lookup value is "Red" and replacement value is "Brick", the output will be "Brick" only for the products that have the exact value "Red". It will not change products that have values like "Dark Red", even though they contain "Red".

### Fill found values

To automatically extract existing values from a field, click **Fill found values**. All the found values will be added to the **When field is equal to** section and then you can add what each value should be replaced with in **Then change value to**.

<figure><img src="/files/27cf4d7e94eb91db8f61d4b8c8e262520b83cde1" alt=""><figcaption></figcaption></figure>

### Case sensitive

If you select the **Case sensitive** option, it will replace the fields that contain exact values of upper and lower case letters. So if this is active (a check mark will show) and we look for the input "red", and our replacement value is "Brick", the output will be "Brick" for all products that have the value "red", but not for those that have the value "Red".

<figure><img src="/files/8c8b88e8014ad68e0f27fd6067e8c0d714941b2c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-lookup-and-replace-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
