Resolved! Using the Filter Snap on nested array
I have a JSON payload with a nested array (below). I am trying to use the filter Snap to select specific items only. Unfortunately, the expressions that I have tried have not worked - they select everything or nothing.$myList.filter(x => x.num==1)$my...