How to remove one level of collections in array structure?
The structure have one not needed level of collection, that need to be removed and data moved to one level up
How to remove one level of collections in array structure?
The structure have one not needed level of collection, that need to be removed and data moved to one level up
Hi @Igor_B
You can do that with the help of the map function.
Thank you, thats worked