Gets the values for a single key from each item in an array.
Use this mapper to pull one field out of every item in a list and collect those values into a single, flat result. For example, from a list of order lines you can grab just the product names, or from a list of customers just their email addresses. You can also choose which field to use as the key for each value, so the result becomes a lookup table instead of a plain numbered list.