# JSONata Expression

{% hint style="info" %}
Explore mais sobre as expressões JSONata em [docs.jsonata.org/expressions](https://docs.jsonata.org/expressions). Filtre e transforme dados JSON utilizando as expressões JSONata através de operações complexas como filtros, mapeamento, agregação e projeção de dados.
{% endhint %}

{% tabs %}
{% tab title="Parâmetros" %}

<div data-full-width="true"><figure><img src="/files/wH0MVODz8RcGx0HajxPy" alt="" width="371"><figcaption><p>Parâmetros de configuração</p></figcaption></figure></div>

<table><thead><tr><th width="192">Campo</th><th width="138.66666666666666" align="center">Tipo</th><th>Observações</th></tr></thead><tbody><tr><td>Conteúdo JSON </td><td align="center">String</td><td>O parâmetro espera receber o caminho do atributo associado ao objeto .msg. Você também pode inserir um texto do tipo string manualmente, mas ele não será dinâmico.</td></tr><tr><td>Expressão JSONata </td><td align="center">String</td><td>Implementa uma expressão para manipular atributos de um objeto JSON.</td></tr><tr><td>Output path</td><td align="center">String</td><td>Armazena os dados de saída do conector ao final da execução.</td></tr><tr><td>Descrição</td><td align="center">String</td><td>Mensagem visual para descrever a função do conector no contexto do fluxo.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/jsonata-expression.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.
