Recent content by Alena Ulas

  1. A

    Adding Rows to Collection

    APatel, If you have a collection in the source data, but you cannot append it, a possible option is to go through it in a loop, add new lines to the collection for recording, and write the value of the current line of the old collection to the current line of the new collection. If your source...
  2. A

    Adding Rows to Collection

    Hello. Perhaps, in this case, a cycle with the condition of stopping upon reaching the desired number of iterations is suitable. Then the number of elements will not depend on the number of rows that need to be added to the collection.
Top