Combine string

Describe the problem/error/question

If I have 2 “Edit Field” nodes, one output is “ABC”, another output is “DEF”, if I want to combine these 2 strings into 1, may I know which node should I use? so that the output result is “ABCDEF”

A third Edit Fields node?

If coming from different paths, you have to merge them first, though – using a Merge node.

1 Like

There’s many approach on this.
The simple one is to use “edit fields” node

You can also use Code for doing this task if you required more complex solutions

hi ,

thanks for your help. However, my workflow is like below. Two seperated node (Edit Field), they have 2 seperated fields (Name , Fruit] , I want to add these 2 string into one , such as “Jay Gatsby like Apple”. (See below screen capture.)

Which node should I use to make this happen?

thank you for your reply. But My case is 2 seperated “Edit Fields” to combine into 1 string. (see my another reply)

Use a merge node as I suggested above. Here is an example usage:

Explore this workflow example, you’ll get the idea.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.