I've done this the "hard way"...
However it works!
What you do is take first go through each entry of your parameter array, add those to an array in your code.
Then you add your new entry to another array in your code.
Then you iterate through each entry in your first array, push those into the second array, and then use a "setAllValues" with the first array created.
That will give you the new value at the top...
It's not pretty, but it works...
#DashBoard