The return result of the Feishu document creation tool includes a field named json, which seems like a strange name. 飞书文档创建工具的返回结果中有 json这个字段,这样的名字很奇怪 #7795

Closed
opened 2026-02-21 18:22:25 -05:00 by yindo · 1 comment
Owner

Originally created by @dshwei on GitHub (Jan 20, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.11.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

{
"text": "",
"files": [],
"json": [
{
"type": "docx",
"token": "ElVFdevjZowYY9xq3uqcV9jLnTf",
"title": "碳排查报告",
"url": "https://lxr5123213q.feishu.cn/docx/ElVFdevjZowYY9xq3uqcV9jLnTf"
}
]
}

This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.

✔️ Expected Behavior

It is rare and almost unheard of to use json as the name of a dictionary. This name can be renamed to results for better clarity and alignment with common practices.

Actual Behavior

Image

This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.

Originally created by @dshwei on GitHub (Jan 20, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.11.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce { "text": "", "files": [], "json": [ { "type": "docx", "token": "ElVFdevjZowYY9xq3uqcV9jLnTf", "title": "碳排查报告", "url": "https://lxr5123213q.feishu.cn/docx/ElVFdevjZowYY9xq3uqcV9jLnTf" } ] } <!-- Failed to upload "image.png" --> This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved. ### ✔️ Expected Behavior It is rare and almost unheard of to use json as the name of a dictionary. This name can be renamed to results for better clarity and alignment with common practices. ### ❌ Actual Behavior ![Image](https://github.com/user-attachments/assets/8917e891-ccc6-45ed-8efd-a2ed6ef58911) This field named json cannot be accessed in subsequent nodes. Only the text and files fields can be retrieved.
yindo closed this issue 2026-02-21 18:22:25 -05:00
Author
Owner

@dshwei commented on GitHub (Jan 20, 2025):

why closed , 其实这个需要一个模版转换的节点才可以

@dshwei commented on GitHub (Jan 20, 2025): why closed , 其实这个需要一个模版转换的节点才可以
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7795