How to add multiple global lists in a single list variable?

How to add multiple global lists in a single list variable

after get final list show in list view

You mean add a whole list at another list something like merging them together?You can use the append block in the list category.It will make this job

You mean add a whole list at another list something like merging them together?
Ans : Yes

append block only for 2 list.

But i want to add more than 2 list

You can try two solutions:
1- Use multiple appends.All of them appends in the same list (list 1 ) but the difference is in list2.
2- (recommanded) Put it in for each item loop and put your lists in a list. like this:

4 Likes

i got it, to it

2 Likes

Btw, you can try this way.It’s easier:

Because your way will result a lot of blocks when you have more variables.Any way, it’s up to you :slightly_smiling_face:

3 Likes

yes it work, nice

1 Like

Btw @rajjangid911 , if it works mark my asnwer as solution :blush:

2 Likes

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