> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/relate/automation-flows/actions/automation-flow-change-delete-lead-information.md).

# Automation Flow - Change/Delete lead information

In this example, you imported leads with incorrect common information. To avoid deleting/changing this information manually, follow these steps:

1 - Create a segment with a filter. To do this, search for Segment in the Menu

<figure><img src="/files/c61a1ce8cabe876fdd7c569c5970cf28fe4d892d" alt=""><figcaption></figcaption></figure>

&#x20;Click +New and type a name

<figure><img src="/files/c12e9433673ba4672637b060c1184c2dd88a03a7" alt=""><figcaption></figcaption></figure>

2 - In the Filters tab, click +New Filter, and add the option:\
“Lead field value is”, choose which field contains the information you want to delete/replace, then select the option “Equals” and type it exactly as it appears in the indicated field.&#x20;

In the example below, the leads received the data 55 and +55 in the mobile phone field

<figure><img src="/files/9194347b30db0eb6999d1ad953f67e52870722e2" alt=""><figcaption></figcaption></figure>

3 - Now let's configure the <mark style="color:red;">**Automation Flow**</mark>. In the menu, search for Automation Flow, click +New and type a name

<figure><img src="/files/fcc0ce08f6c0c4b14b8551fd7229a8815a4efc25" alt=""><figcaption></figcaption></figure>

4 - Open the builder and add the action block “Modify lead data”, indicate the field that will be modified, and type what will be changed/deleted.&#x20;

In our example, we want to leave this field with the data deleted, so we left the field blank.

Click apply, and save the flow.

<figure><img src="/files/7cf2a60819c1b33301d5ca3065780420aa901a60" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/relate/automation-flows/actions/automation-flow-change-delete-lead-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
