The below example is the output from an Initialize Variable step. How do I choose just the object whose file_type equals M4A?
[
{
"id": "value",
"meeting_id": "value",
"recording_start": "2022-02-01T20:09:15Z",
"recording_end": "2022-02-01T20:09:24Z",
"file_type": "M4A",
"file_extension": "M4A",
"file_size": 141805,
"play_url": "URL",
"download_url": "URL",
"status": "completed",
"recording_type": "audio_only"
},
{
"id": "value",
"meeting_id": "value",
"recording_start": "2022-02-01T20:09:15Z",
"recording_end": "2022-02-01T20:09:24Z",
"file_type": "TIMELINE",
"file_extension": "JSON",
"file_size": 953,
"download_url": "URL",
"status": "completed",
"recording_type": "timeline"
},
{
"id": "value",
"meeting_id": "value",
"recording_start": "2022-02-01T20:09:15Z",
"recording_end": "2022-02-01T20:09:24Z",
"file_type": "MP4",
"file_extension": "MP4",
"file_size": 167422,
"play_url": "URL",
"download_url": "URL",
"status": "completed",
"recording_type": "shared_screen_with_speaker_view"
}
]