nested collection

  1. A

    Loop on two collections with various row count ISSUE

    Hello :) I have a process that I need to finish and where I have to loop through two collections. [Coll1] has data from data base that I try to find match/similarity to [Coll2] - input from customers. Then when finds match it can continue to chew and compare more rows between those. I take...
  2. K

    How to merge column values in different collections?

    I have a collection(Coll1) like below- Name Notes Kathie "Doing good in English" Samuel "Bad in English" Mac "Well done in testing" Kathie "Average in Math" Mac "Good at coding" Now, I want this data in other collection (Coll2) like below- Name Notes...
Top