How to remove one level of collections in array structure

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.
image

2 Likes

Thank you, thats worked

2 Likes