Solved
Forum Discussion
vfantidou Please use below expression-. From your example seems there are some typo (2nd record in input0 should have ID not ID_NUMERIC). If it's not typo you need make null safe in mapper.
input0.filter((val,index)=> $filterData.find((ele)=> ele['ID'] ==val['ID'] ) != null )