...
The Map action allows a workflow to apply a specific transformation to each element in a collection, such as a list or array.
The action works by applying a function to each item and generating a new collection with the modified values.
...
This action is particularly useful for converting or transforming data structures, formatting outputs, or altering values based on a set of rules.
...