To Reproduce
I triedn enabling the Override Config, yet nothing worked
Go to 'Settings on a chatflow'
Enable 'Global override and specific for each nodde parameters'
I tried with postman to upsert a vector with a different text in the textarea:
{
"stopNodeId": "redis_2",
"overrideConfig": {
"text": {
"plainText_2": "Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience..."
}
}
}
Yet only the default character in the node ( # ) was upserted
Expected behavior
See this in the redis store:
Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience
Screenshots
Setup
npx flowise start
Flowise Version [2.1.4]
OS: [Linux - Debian]
Browser [I am using curl mostly for now since i need to debug, but i made the flow in chrome]
Additional context
I updated [npm install flowise@latest] since i've seen that this has been merged to main branch but it sill doesnt work
Describe the bug Cannot override variables
To Reproduce I triedn enabling the Override Config, yet nothing worked
{ "stopNodeId": "redis_2", "overrideConfig": { "text": { "plainText_2": "Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience..." } } }
Yet only the default character in the node ( # ) was upserted
Expected behavior See this in the redis store: Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience
Screenshots
Setup
Additional context I updated [npm install flowise@latest] since i've seen that this has been merged to main branch but it sill doesnt work