We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the documented example, the loop controller doesn't receive a default value for "message history".
I could only get the example to work by adding an empty array node to the default for data 1, so it gets seeded with [] rather than undefined.
[]
undefined
Documented example doesn't work
Fixed example:
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
What happened?
In the documented example, the loop controller doesn't receive a default value for "message history".
I could only get the example to work by adding an empty array node to the default for data 1, so it gets seeded with
[]
rather thanundefined
.What was the expected functionality?
Documented example doesn't work
Relevant screenshots
Fixed example:
The text was updated successfully, but these errors were encountered: