The community member is having an issue where they are trying to append array values to a variable holding an array of arrays, but when they try to access one of the arrays and use it in a function, it seems to evaluate as a string. They plan to try saving the arrays to a database (NocoDB) and accessing them from there to see if that resolves the issue, but they believe it may be a bug. The community members in the comments suggest that in the "typebot" platform, only strings and lists of strings can be saved, and if the community member wants to save other types, they would need to call JSON.parse on it every time they evaluate it.
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!