Making 2 different lists into one list

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?

blocks(1)

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.
blocks(5)

It didn’t work that way. How will I use this?
blocks(6)

Show us your two lists

blocks(7)

No, we didnt ask this


Convert elements from string into list

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:

  1. One
  2. two
  3. 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)

  1. One-1
  2. two-2
  3. three-3

Thats why asked you to share the list

Yes, this method worked. Thank you so much.

1 Like

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