-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Data and Update Data do not work #3644
Comments
Hey @Banbury! I'm a bot here to help you with bugs, questions, and becoming a contributor. Let's tackle this issue together while we wait for a human maintainer. The
Here is an example of the relevant part of the JSON configuration: {
"sourceHandle": {
"dataType": "File",
"id": "File-31fJd",
"name": "data",
"output_types": [
"Data"
]
},
"targetHandle": {
"fieldName": "data",
"id": "ParseData-rLcoq",
"inputTypes": [
"Data"
],
"type": "other"
}
} This configuration shows that the To resolve this, you may need to use type conversion utilities to convert |
The Update Data component seems to be outdated. I will direct the team to perform a new update on it soon. |
Bug Description
The input nodes of Create Data do not accept any input from any text output. Looking into the code, the inputs of Create Data accept "Text" and "Data". But text outputs from other nodes have the type Message. The same goes for the text input on Update Data.
Connecting a Create Data node with an Update Data node produces the error
Component field 'data' might not be a valid input.
, if you press the play button on either node.Reproduction
See description.
Expected behavior
Since the API Request node requires data as input, I would like those nodes to work.
Who can help?
No response
Operating System
Windows 11
Langflow Version
v1.0.17
Python Version
3.12
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: