It's easy to use Lodash (or any npm package) on Pipedream. Add a code step and just require the package – there's no package.json file to upload or edit. When you deploy your workflow, we automatically install any npm packages so your code just works! const _ = require('lodash')Copy and