I managed to solve it this way: module.exports.salvar = function (application, req, res) { var connection = application.config.dbConnection(); var boletimModel = new…
I am a layman in the world of Node.JS and I am developing a form in which the number of fields is dynamic, IE, there is a button that calls a function in Javascript that adds fields according to the…