Database

[{"input":{"fields":[{"name":"last_name_hebrew","text":"test1"}]},"output":{"fields":[{"name":"last_name_hebrew","text":"test1"}]}},{"input":{"fields":[{"name":"last_name_hebrew","text":"test1"}]},"output":{"fields":[{"name":"last_name_hebrew","text":"test2"}]}}]

Query

db.collection.find({"input.fields":{$elemMatch:{"name":"last_name_hebrew"}},"output.fields":{$elemMatch:{"name":"last_name_hebrew"}},$expr:{$eq:[{$let:{vars:{input:{$arrayElemAt:[{$filter:{input:"$input.fields",cond:{$eq:["$$this.name","last_name_hebrew"]}}},0]}},in:{name:"$$input.name",text:"$$input.text"}}},{$let:{vars:{output:{$arrayElemAt:[{$filter:{input:"$output.fields",cond:{$eq:["$$this.name","last_name_hebrew"]}}},0]}},in:{name:"$$output.name",text:"$$output.text"}}}]}})

Result