Free Iterate through list block, to those who don't know what this does, it goes through all values in a list and you can make it run a function every time it gets a new value (the data of the list item) and the index, the number of the item's place in the list. Thought this could be useful. :)