How to add multiple global lists in a single list variable
after get final list show in list view
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:
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
yes it work, nice
Btw @rajjangid911 , if it works mark my asnwer as solution
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.