Resolved! Why can "Loop" get items stored in a collection in order?
This is a sample collection "Col1". This process reads the items in "Col1" and outputs each "Name" to "ReadData". Inside "concatenate": Execution result is: I am wondering why " Loop" get items from "Col1" in order from the topI know For Each.....