I’ve realized I need to stop banging my head and ask for help… I have the following array: I’m trying to collapse / cascade the keys into a one-dimension array like so: I could use nested loops, but the array will be an undefined number of dimensions. This is the closest I’ve gotten: Any ideas? Answer I think this should