Hi, I want to merge 2 different lists. I tried a method like below but it didn’t give any results. How can I do this merge operation?
Why dont you use add items to the list?
This is not correct method.
Orelse use for each number from to by block
Try the AppendToList block
Taifun
I tried but no result.
It didn’t work that way. How will I use this?
Show us your two lists

Show us your two lists

No, we didnt ask this
Using a csv converter this block works but it’s not exactly what I want. Here’s what I did in the first picture:
Let’s assume that the list contents are like this.
List1:
- One
- two
- three
List2:
- 1
- 2
- 3
What I want to do is to make the List1 field (List1 + “-” + List2) operation.
The result of the operation should look like this.(List1)
- One-1
- two-2
- three-3

TheSky:
it’s not exactly what I want
Thats why asked you to share the list
Yes, this method worked. Thank you so much.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.