Unwind

Unwind component is used to deconstruct a nested type property into separate properties for each item in the nested type (for each element if the nested type is an array and for each property if the nested type is an object). It uses Scope to indetify which nested type property to deconstruct. See example of using Unwind component.