Is there a way to load a bunch of images to a list unsing a folder or parameter without the need manually adding them one-by-one?

I understand that a folder would be helpful for organization but you’ll need to just name them so that they are related such as car1.png, car2.png, … or building1.png, building2.png, etc. Then you can reference them as, for example, join “building” app variable imageNum “.png”

I wouldn’t create a list variable at all. But I suppose it depends what you’re wanting to do with those images.