Hello @jared
I’d like an advice about store data into a list: in my picture I store in my list (StoreList) just one kind of value from json … but if I need to store other information I cannot so I have to use another list variable. is it possible to store multilevel information in the same list?
Ciao,
I’d like to store “Citta”, “Descrizione”, “Latitudine” and “Longitudine” in the same time in the same variable list so I can use then later in four different labels (without using four different variables).
now I splitted my variable list in four variable so I stored four times different values (so my page works).
Then I try to create multilevel list … in my point of view is more pratical to use through the screens