I needed to apend array values in a variable into another variable holding the array of arrays. It saves correctly but when I access on of the arrays and try to use it in a function, it does not work- it seems to evaluate as a string.
I am going to try to just save them to nocodb and access them back from there and see if that works, BUT I think this may be a bug.
To recreate it, just generate random arrays of values like 3, then save those arrays into another array. Then access one of those arrays by index and try to process them in a function.
@Baptiste -If needed I coudl set up an example of this but I'm just super busy. But if you need me to throw that together, let me know!