Help with JSON arrays and matching item properties

Hi @mreyeball :wave: welcome to the Thunkable - just in relation to working with JSON, there’s a helpful post here:

And in relation to retrieving the matching properties for an object, something like this might guide you? The approach I took was to store the ListItem index in a variable, and then based on that value get all the data that corresponded to that index.