Open
Description
Bug Description
If only one 'If-Else' component is used in the project, it works as expected. However, if a second or subsequent component is added, the flow does not stop on false branches. That is, the value None is passed as the output of the component, but the flow itself does not stop with it
Reproduction
Steps to reproduce:
- Add an 'If-Else' component.
- Add a second 'If-Else' component.
- Connect all True and False outputs to 'Chat-output', optionally with a 'Prompt' component added beforehand.
- Run the flow."
Expected behavior
The second 'If-Else' should behave the same way as the first one.
Who can help?
@edwinjosechittilappilly
@irshadmb
Operating System
Fedora release 40 (Forty)
Langflow Version
1.1.4
Python Version
3.12
Screenshot
No response