# Change Case

The **Change Case** block modifies text format.\
It can convert text to **Uppercase, Lowercase, Capitalize**, and other case formats.

Steps

1. Add a new node in your flow
2. Go to **Formatter → Text Formatter**
3. Select **Change Case**
4. Enter the **Text** (e.g., `john doe`)
5. Choose the required **Case Type** from the dropdown (e.g., Uppercase)
6. Click **Run & Save**
7. Check **Run History → Output Response**

The text will be converted into the selected format (e.g., `JOHN DOE`).

This is useful for name formatting and standardizing data.

{% embed url="<https://youtu.be/uzlQioRADeE>" %}


---

# 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://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/change-case.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.
