Collections in Blue Prism are based on the .NET DataTable class, which uses a DataRowCollection to store row data, which is what would determine the order of rows. It would not make sense for them to
not have a determinate order since it would make it impossible to access a row via index, and things like sorting would be quite pointless. The order of items you see on the collection will always match the order in which Blue Prism loops through them.
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------