What is your goal?
I want to flatten an sub array within an array using the flatten function
What is the problem?
I’ve used the flatten function but it doesn’t flatten the sub array. I think it may be because the sub array is contained with a collection? Or I may not have used it properly.
What have you tried so far?
I’ve used the flatten function but it’s not working


