JSONata modules

The Adobe Workfront Fusion JSONata connector allows you to query JSON objects. This module does not require a connection.

Access requirements

Expand to view access requirements for the functionality in this article.

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
Adobe Workfront plan* Pro or higher
Adobe Workfront license* Plan, Work
Adobe Workfront Fusion license**

Current license requirement: No Workfront Fusion license requirement.

Or

Legacy license requirement: Workfront Fusion for Work Automation and Integration, Workfront Fusion for Work Automation

Product

Current product requirement: If you have the Select or Prime Adobe Workfront plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.

Or

Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.

To find out what plan, license type, or access you have, contact your Workfront administrator.

For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.

JSONata module and its fields

Evaluate

This action module queries a JSON object and returns an array.

Expression
Enter the expression that you want to use to evaluate the JSON object.
Data
Enter the JSON object to evaluate.
recommendation-more-help

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 }
  ]
}
  1. In the expression field, enter people.name.
  2. In the data field, enter the JSON object.

The module returns an array of names pulled from the JSON object.

5f00cc6b-2202-40d6-bcd0-3ee0c2316b43