Pipedream can help make these changes if you submit an integration request here: Support - Pipedream, or you can modify the source code with a fork of the Pipedream Github Repo
the collection.find() without any filter criteria returns all docs in the collection, and the filter is applied in-memory after the response is received
is the appropriate path here:
open a PR?
file an issue?
meanwhile, i’m trying to execute the same code in a custom NodeJS action from the source to unblock the query, and running into an error where props: { db: $.service.db } is throwing a null exception when trying to access this.db.set("field", value)
meanwhile, i’m trying to execute the same code in a custom NodeJS action from the source to unblock the query, and running into an error where props: { db: $.service.db } is throwing a null exception when trying to access this.db.set("field", value)
I believe the problem here is that the $.service.db is only available in sources not actions.