Hi Everyone, Ive got issue I am trying to solve, we extract data from one sources array and place it into a spreadsheet. the array reply does not seem to match the front end data order. There is a parameter within the array that is sort order, I need to keep sort the array by sort order when I iterate, however the sort order is not working, I believe it is due to the sort order being in the form or a string and not an integer, does anyone know how I can get around this. Ive tried to nest a parse number inside the sort array but that does not work, effectively I need to iterate the array and also sort by sort order too