Global list flushed / empty after using get and pop on number list object. Bug or Design?

When repeater with pop action runs for a few times on number list that was populated from global number list, the original global least is being cleared. Is that design?

Steps to reproduce

  1. click on object go get and later press key to pop
  2. click on object go get and later press key to pop
  3. at some point the global list will turn empty

“Game” : https://flowlab.io/game/play/3038826

Yes, that is how lists work. There’s only 1 copy of the list that exists (unless you check “copy list on set” in the list behavior)

1 Like

you could also add a “list count block” and connect it with the repeater. If you want.