Good evening everyone!
I added to the "NuovoMenu" list the text of the "Labels" inserted in "global Evento". It works correctly: Event Name, Date, Time, etc. and then I save them on DB
What is happening in the procedure CaricaDati? Why not set the returned data to a list.
Yes you can do what you want, you will need to make a list of your label components, which should be in the same order as the data. Then you can use the AnyLabel blocks to assign by index.
Do you not think, having a function call is putting an extra overhead, as you are getting a content of list from tinydb, why not you set a variable with what is returned by db. It seems to be getting things indirectly when you can have it with direct reference.