To reproduce run this js query:
let stringArray = [];
stringArray.push("Hello");
stringArray.push("World");
console.log(stringArray)
The Dev Tools console shows it correctly as a string array:
But Retool's Debug Console shows it as an object like this:
Took me 10 minutes of Googling and ChatGPT to realize that Retool was gaslighting me!