**[Francesco Ferro](https://jira.spring.io/secure/ViewProfile.jspa?name=martinb)** opened **[DATAMONGO-1346](https://jira.spring.io/browse/DATAMONGO-1346?redirect=false)** and commented I'm trying to have two pulAll in one update but it seems that it doesn't add element to the list but override the last one added ```java Update update = new Update(); update.pullAll("field1", anArray); update.pullAll("field2", anOtherArray); ``` if I check the content: ```java update.getUpdateObject(); "$pullAll" -> " size = 1" ``` and the value is field2 --- **Referenced from:** commits https://github.com/spring-projects/spring-data-mongodb/commit/8b1805a1458c019f5ffa786df5cde7f956a9b053, https://github.com/spring-projects/spring-data-mongodb/commit/3e5b4f25a4fce0c2021ab7e621f06cb25cad8cf0, https://github.com/spring-projects/spring-data-mongodb/commit/113566a6ab15629cab1577a4f4ae96989843f76d **Backported to:** [1.8.2 (Gosling SR2)](https://github.com/spring-projects/spring-data-mongodb/milestone/61?closed=1), [1.7.3 (Fowler SR3)](https://github.com/spring-projects/spring-data-mongodb/milestone/67?closed=1)