Describe the bug
I have tried to use the variables in subsequent nodes, but they are being passed as handlebars strings, not as interpolated variables.
To Reproduce
- Using flowise 3.0.13
- create a agent flow
- start -> human input node -> proceed -> Direct Reply (message value {{ humanInputAgentflow_0 }} )
- ->Direct Reply output is
{{ humanInputAgentflow_0 }}
Expected behavior
Output should be the actual parsed variable, not the string
Screenshots
Flow
TestAgent Agents (1).json
Use Method
None
Flowise Version
3.0.13
Operating System
Windows
Browser
Chrome
Additional context
No response
Describe the bug
I have tried to use the variables in subsequent nodes, but they are being passed as handlebars strings, not as interpolated variables.
To Reproduce
{{ humanInputAgentflow_0 }}Expected behavior
Output should be the actual parsed variable, not the string
Screenshots
Flow
TestAgent Agents (1).json
Use Method
None
Flowise Version
3.0.13
Operating System
Windows
Browser
Chrome
Additional context
No response