JSON node cannot find the input point #10143

Closed
opened 2026-02-21 18:43:16 -05:00 by yindo · 0 comments
Owner

Originally created by @MilkTeaNo7 on GitHub (Mar 10, 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.15.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image

Issue Description

While building a workflow, I added the following nodes:

  1. Start Node: Used to input a question.
  2. Knowledge Base Node: Receives the input question and generates corresponding data.
  3. JSON Conversion Node: Converts the data generated by the Knowledge Base Node into JSON format.
  4. End Node: Receives the converted JSON data and ends the workflow.

However, when configuring the JSON Conversion Node, I am unable to select the Knowledge Base Node as its input node. This prevents the workflow from executing properly.

Expected Behavior

I expect to be able to use the output of the Knowledge Base Node as the input for the JSON Conversion Node, so that the data can be successfully converted to JSON format and the workflow can proceed.

Actual Behavior

When setting up the JSON Conversion Node, the Knowledge Base Node does not appear in the list of available input nodes, making it impossible to establish the connection.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @MilkTeaNo7 on GitHub (Mar 10, 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.15.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/508a98a2-2f14-4903-8122-595ede3b2789) ### Issue Description While building a workflow, I added the following nodes: 1. **Start Node**: Used to input a question. 2. **Knowledge Base Node**: Receives the input question and generates corresponding data. 3. **JSON Conversion Node**: Converts the data generated by the Knowledge Base Node into JSON format. 4. **End Node**: Receives the converted JSON data and ends the workflow. However, when configuring the **JSON Conversion Node**, I am unable to select the **Knowledge Base Node** as its input node. This prevents the workflow from executing properly. ### Expected Behavior I expect to be able to use the output of the **Knowledge Base Node** as the input for the **JSON Conversion Node**, so that the data can be successfully converted to JSON format and the workflow can proceed. ### Actual Behavior When setting up the **JSON Conversion Node**, the **Knowledge Base Node** does not appear in the list of available input nodes, making it impossible to establish the connection. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo closed this issue 2026-02-21 18:43:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10143