@Jack8680 I've just tested this, and it doesn't behave the way I'd expect.
Array Type = Value
Selected myArray (named LapTimes)
Modification is Append
Value to Append is a laptime
Do this, and there is never anything added to the array, despite everything else working correctly.
I would expect this adds a value to the array, and extends the length of the array in doing so.
Array Type is one that stores values, I've picked the right one, I've chosen to modify it by appending a value and selected a valid value
Now, here's the weird part... what does work as I'd expect the above to work is this:
Array Type = Behaviour
Selected myLapTimes Array
Modification is Append Value
Value is a lap time
Why?
WTF?
Am I completely misunderstanding what an array of type Values is?
Am I misunderstanding what "type" means in this context?
EDIT:
And what exactly is array of type JSON?
Why is this responding like a normal array of values if it's of type JSON?