My Dropdown is populated from a collection. It is initalised onstart as this
ClearCollect(myDayCollection, {Name: "1 Day", Number: "787540000"}, {Name: "2 Day", Number: "787540001"}, {Name: "3 Day", Number: "787540002"}, {Name: "4 Day", Number: "787540003"}, {Name: "5 Day", Number: "787540004"} );
This collection is populated correctly as per attachment
I am populating my Items as per attachement
I get a random sequence of numbers (which are not stated anywhere in my app, let alone the collection or dropdown) as per attachment) - these numbers are 264, 265, 266, 267, 268
Why am I getting these unrelated numbers?