Filter by Nested Arrays help!

I have filtered out a dataset via the Smartsheet API (for smartsheet.com) down to just two columns, Now I want to filter by ‘active’ or ‘inactive’ by using the two columns I am collecting from my this HTTP Module (26)

I cant seem to map the two individual columns. I assume it has something to do with the fact that I have a collection within an array within a collection (nested Arrays & collections) but I am not sure what modules I need to look for!

Instead of letting me filter by ‘status’ column and mapping the ‘name’ column. it just automatically maps the status column and wont even let me see the other option as a mappable value

I actually found the answer for this!

It required using the information from this article here [Mapping Arrays]

I was able to map 1 (which is the first collection) as the filter

and 2 (which is the data I want to pull) as the mappable text