[SOLVED] Problems fetching data from a list

Hi everybody
I create a list like this
1

Then when i try to read the first item of the list like this

the label appears like this
3

that is, a comma separated list of all values, while i was expecting just a “1”.
If i try to read the second item, the label reads “undefined”
4

Where am i wrong?
Thanks in advance

Hello @pirullone3zhxym Welcome back to the community
The app variable is already a list so you don’t need to use the block “list” to connect it with the “in list get” block

Solved, thanks a lot!

1 Like