Code help with a list and the data library

I am sure this is a quick fix, but I have looked at 100 of these and kind find the mistake.
Why is the list of states only 1, not 50? Therefore the loop never runs and nothing happens?
Thank you in advance :slightly_smiling_face:

Link to the project or level: [replace with link to the curriculum or get the “Share” link to a project]
What I expect to happen: [replace with a detailed description of the behavior you’re trying to create]
What actually happens: [replace with a detailed description of what actually happens when the code runs including any errors or unexpected behavior]
What I’ve tried: [replace with a detailed description of what you’ve already tried to do to solve the problem]

You have [ ] around getColumn. You don’t need them. getColumn returns an array so you don’t need to put it into yet another array.

THANK YOU! How much time I wasted overlooking that one! Won’t do that again :slight_smile: