I have sequence of two steps. In both of them I get some data from sql database and trying to save them in document list.
only problem is that when the second step of sequence is executing it override my document list instead of adding new elements.
to make it clear I want on my list: seq1 elements + s2 elements
but i get only s2 elements.