JSONata modules
The ÃÛ¶¹ÊÓÆµ Workfront Fusion JSONata connector allows you to query JSON objects. This module does not require a connection.
Access requirements
You must have the following access to use the functionality in this article:
table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header | |
---|---|
ÃÛ¶¹ÊÓÆµ Workfront package | Any |
ÃÛ¶¹ÊÓÆµ Workfront license |
New: Standard Or Current: Work or higher |
ÃÛ¶¹ÊÓÆµ Workfront Fusion license** |
Current: No Workfront Fusion license requirement. Or Legacy: Any |
Product |
New:
Or Current: Your organization must purchase ÃÛ¶¹ÊÓÆµ Workfront Fusion. |
For more detail about the information in this table, see Access requirements in documentation.
For information on ÃÛ¶¹ÊÓÆµ Workfront Fusion licenses, see ÃÛ¶¹ÊÓÆµ Workfront Fusion licenses.
JSONata modules and their fields
Evaluate
This action module queries a JSON object and returns an array.
Example:
The goal is to return an array of names from the following JSON object:
{
"people": [
{ "name": "Alice", "age": 30 },
{ "name": "Bob", "age": 25 },
{ "name": "Charlie", "age": 35 }
]
}
- In the expression field, enter
people.name
. - In the data field, enter the JSON object.
The module returns an array of names pulled from the JSON object.
JSONata MCP
This action module generates JSONata expressions by analyzing the specified input and output schemas. You provide the schemas, which Model Context Protocol (MCP) uses to generate the expression that transforms the input to the output.