List all rows with a value of 0 only

I have a list that contains coordinated and 0. I want to remove all the rows that have a value of 0 only. But I can only return all the rows that contain 0.so you will see below I have returned all the rows with a value of 0 but it has also returned a coordinate that contains 0

It is not a string.
Try to filter by “contains” node instead.

@Dan_Deery Here is one of the possible way…

Thank you,for your response Kulkul. But it doesn’t appear to work for me.

@Dan_Deery Change Lacing to longest for “List.AllIndicesOf” & “List.RemoveItemAtIndex”.