---
title: "JSONata Connector"
slug: "jsonata-connector"
description: "Use the JSONata connector in Lansweeper Flow Builder to transform data with a JSONata expression and return reshaped output for your workflows."
updated: 2026-07-17T15:45:16Z
published: 2026-06-12T14:54:28Z
canonical: "docs.lansweeper.com/jsonata-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSONata Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

[JSONata](https://jsonata.org/) is a query and transformation language. This component takes data and a JSONata expression as input, and returns transformed data based on the expression. JSONata is helpful when you have a predictable data structure as an input, and you want to output a modified data structure. JSONata includes common functions you might execute on a data set - things like `map`, `filter`, `sort`, `sum`, `string.split` (the list goes on).

## Actions

### Transform

Transform data using JSONata

| Input | Comments | Default |
| --- | --- | --- |
| Expression | A JSONata expression used to generate a string. |  |
| Data | This is an object with properties to feed into the JSONata expression. |  |
