-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
JoinStringMulti (suggestion) #141
Comments
Can you give an example of a node where it does work? |
was-node-suite 'text concatenate' node seems to work correctly using I managed to get it working by adding a bit of code to your 'nodes.py' file from an LLM response (sorry I'm not a coder so no idea of its quality). It also adds a section to ignore null inputs which is handy if some of the input strings are bypassed/muted. I will paste the class section below -
|
I have been finding the JoinStringMulti very useful in a couple of workflows, but using '\n' delimiter doesn't seem to add a line break at the end of each string as with other similar nodes. is there a workaround to add this function to the node?
The text was updated successfully, but these errors were encountered: