in my app i use global block to create empty list, and then when specific button pressed it add some value as item in the list.
the problem is, that its alwas has an empty item in index 1 in the list. is there any solution for this? or there something wrong with my block.
Wrong, value could be anything. What @ADDYLIN is doing is just the same as the OP.
Edit: The information is deleted.
You have to confirm that value is a list.
Secondly, why there is two loop, @reisai
What filter? I don’t see any. You should use only one loop I think, delete the inside one. Also, the variable item with the same name, so there might something wrong.