BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
1 / 18 · Module 3 — DataWeave 2.0 Crash Course · filtered: cheatsheet⊞ allnext →

3.23`pluck`

Useful mental model:

Object → Array

Suppose:

{
  "A": {
    "name": "Acme"
  },
  "B": {
    "name": "Widget"
  }
}

pluck can turn the values into an array.

Again, not something I'd prioritize memorizing tonight, but recognize the term.