Hi, I need your help
I created a list with 3 elements. When I press one of them, I want to save in another list(list 3) . And, if is possible, I want to save in same list(list 3) hte words which write in text_input. Can someone help me?
https://x.thunkable.com/projects/6054c5bf696e5800eb4334e0/60f8c0fb-5839-4302-af81-6eae2c79124e/designer
2 Likes
Hi there,
The when List Viewer Item Click
block has 2 outputs, item
and index
.
You can use lists blocks to say
when List Viewer Item Click,
in list List3 insert at [last] as [item]
It looks like you have some solid blocks here for adding the Text from a Text Input to a list!
1 Like
This should do what you want.
1 Like