How to combine two differnt list together

Hi,

I want to merge two list and set the values obtained to a variable

Ex:_ list1= a
b
c
list2= 1
2
3

  • variable= a
    b
    c
    1
    2
    3

yes use , append to list

586

520

355

4 Likes

Try to use add items in list block where list is variable and item list items or also you can use append list block see docs
https://docs.kodular.io/blocks/lists/#append
And also you can copy list with copy list block

2 Likes

Did you edited your post??
I am asking because I am unable to see edit log

yes i have edited, you may see after refreshing page

1 Like

This guy also asked in Thunkable Community…

https://community.thunkable.com/t/merging-two-list-together/324146

Please ask only in the forum of the builder you use :slightly_smiling_face:

Thanks! :slight_smile:

2 Likes

He got reply in this community first :wink:

3 Likes

THX but how to how to save the obtained list in variable

this will be saved in list 1, (as in my list name)

image

2 Likes

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