Concept Flow - Map/collect for transformation
Start with an array
Apply map/collect block
Transform each element
Collect transformed elements
Return new array with transformed values
This flow shows how map/collect takes each element from an array, transforms it, and returns a new array with the transformed elements.