Postman was running 2 separate versions of Lodash in the sandbox.
With the _.* entry point it would have been using the the older 3.10.1 version which pluck was part of but with our recent changes we are using the newer version. This doesn’t include that function and show the error.
As you have found out already, the .map() function can be used as a replacement in most cases: