JSONata模块
Adobe Workfront Fusion JSONata连接器允许您查询JSON对象。 此模块不需要连接。
访问权限要求
展开可查看本文所述功能的访问权限要求。
| table 0-row-2 1-row-2 2-row-2 layout-auto html-authored no-header | |
|---|---|
| Adobe Workfront 包 |
任意 Adobe Workfront Workflow 包以及任意 Adobe Workfront 自动化和集成包 Workfront Ultimate Workfront Prime 和 Select 包,且需额外购买 Workfront Fusion。 |
| Adobe Workfront 许可证 |
标准 工作版或更高版本 |
| 产品 | 如果您的组织使用的 Workfront Select 或 Prime 包不包含 Workfront 自动化和集成,则必须单独购买 Adobe Workfront Fusion。 |
有关此表中信息的更多详细说明,请参阅文档中的访问权限要求。
JSONata模块及其字段
评估
此操作模块可查询JSON对象并返回数组。
示例:
目标是从以下JSON对象返回名称数组:
{
"people": [
{ "name": "Alice", "age": 30 },
{ "name": "Bob", "age": 25 },
{ "name": "Charlie", "age": 35 }
]
}
- 在表达式字段中,输入
people.name。 - 在数据字段中,输入JSON对象。
模块返回从JSON对象拉取的名称数组。
JSONata MCP
该操作模块通过分析指定的输入和输出架构生成JSONata表达式。 提供架构,模型上下文协议(MCP)使用这些架构生成将输入转换为输出的表达式。
recommendation-more-help
workfront-fusion-help-workfront-fusion