Hi,I have the following profile script:user.arrayTestif (mbox.name == "kevins_mbox") { user.setLocal("arrayTest", ["hello", "world"]); return user.getLocal("arrayTest");}However, when trying to use the array in a JS offer via: ${user.arrayTest}The final output looks like this: [hello, world] - i.e...