How display only one item details based on identifier being received in a field of one of the items of the API response

Hi everyone, I have a response from a POST API, which has multiple items in it. Each of these items have an identifier field called “match”, I only want to details of the item where the field “match” is equal to “perfect”, I tried multiple things, but unable to handle this condition, can someone please please help with this?

Below is the API response format

Below are the options I get on selecting APIs each items field name

I think that :filtered my help with this