We're currently building and refining our Knowledge Center. You may encounter layout issues, styling inconsistencies, or minor technical quirks as we finalize the platform.

JSONata Connector

Prev Next
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 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.