FlowiseChatEmbed (Share Chatbot) not receiving messages after START node form submission #6093
robertonet
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
There appears to be an issue with the Form Input in the START node when running the flow using the Share Chatbot Chat Embed.
I am facing a problem while creating a flow in FlowiseAI that receives initial data through a form.
When the flow is started via the form, the LLM/Agent correctly receives the first input (e.g., name and phone number).
However, subsequent messages sent through FlowiseChatEmbed are not received by the agent.
If I run the same flow directly in the project canvas chat, everything works as expected: the agent receives both the initial input and the follow-up messages.
Expected behavior:
The agent should receive not only the initial form data but also all subsequent messages sent by the user through FlowiseChatEmbed.
Current behavior:
Only the first form input is processed. Subsequent messages are not delivered to the agent.
Attachments:
I have included some screenshots to illustrate the issue:
Question:
Is this behavior expected, or could it be a bug in the FlowiseChatEmbed integration with flows that start from a form? Is there any additional configuration required to ensure that subsequent messages are correctly routed to the agent?
In the canvas, It's Ok:
The second question arrive:
The workflow is attached.
FormInput Agents.json
Beta Was this translation helpful? Give feedback.
All reactions