I would like to request a node to concatenate arbittary number of input strings with user defined delimiter.
Similar to how Any Switch (rgthree) node works with dynamic number of input, which grows as one connects another.
The idea is to join separate strings regardless of count to single string separated by delimiter. Currenly one must use chained Concatenate nodes and create a copy for each new string.
I use it to construct a prompt with specific parts of the prompt joined in order (subject, style, camera, trigger word etc.)
