> 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/topicos/relacionar/fluxos-de-automacao/acoes/fluxo-de-automacao-alterar-apagar-informacoes-do-lead.md).

# Fluxo de Automação - Alterar/Apagar informações do lead

Neste exemplo, você importou leads com informações em comum incorretas. Para evitar apagar/alterar essas informações manualmente, siga este passo a passo:

1 - Crie um segmento com filtro. Para isso, busque por Segmento no Menu

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

&#x20;Clique em +Novo e digite um nome

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

2 - Na aba Filtros, clique em +Novo Filtro, e adicione a opção:\
“O valor do campo do Lead é”, escolha em qual campo está a informação que deseja apagar/substituir, em seguida selecione a opção “Igual à” e digite exatamente como está no campo indicado.&#x20;

No exemplo abaixo, os leads receberam no campo celular os dados 55 e +55

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

3 - Agora vamos configurar o <mark style="color:red;">**Fluxo de Automação**</mark>. No menu, busque por Fluxo de Automação, clique em +Novo e digite um nome

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

4 - Abra o construtor e adicione o bloco de ação “Modificar os dados do lead”, indique o campo que será modificado, e digite o que será alterado/apagado.&#x20;

No nosso exemplo, queremos deixar este campo com os dados apagados, por isso deixamos o campo vazio.

Clique em aplicar, e salve o fluxo.

<figure><img src="/files/9E1QKoR8sEqTFBbkK3MH" 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/topicos/relacionar/fluxos-de-automacao/acoes/fluxo-de-automacao-alterar-apagar-informacoes-do-lead.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.
