Open
Description
Bug Description
I'm using Langflow Desktop version 1.3.2.1 and encountered a critical bug: the Python Function component (and other Python execution variants) do not accept dynamic inputs.


Reproduction
Steps to reproduce the behavior:
- Add a Parse JSON component and a Python Function component.
- Connect the output of Parse JSON to the input of Python Function.
- Add a simple function like:
def my_func(data):
return data - Run the flow. The input is not passed to the function.
Expected behavior
Expected behavior: The input should be passed to the function argument.
Actual behavior: The function runs with no input data, making dynamic processing impossible.
Who can help?
No response
Operating System
macOS 15.3.1 (24D70)
Langflow Version
1.3.2.1
Python Version
3.12
Screenshot
No response
Flow File
No response