I just pitched a client on using N8N to automate a process that pulls data from their MS Access database, sends it to Docusign to get a signed PDF, and then writes back to Access. N8N is perfect for them because they can install it on site.
It didn’t occur to me that N8N doesn’t have a built in ODBC module until after I hung up.
What’s the best way to query data from Microsoft Access, process it in N8N, and then write back to Access? Am I going to need to use the code module to do this? Yuck. There must be a better way.
Right, but I’m trying to pull data from a Microsoft Access database, not a PDF file. That’s why I need ODBC. I don’t think extract from file does that.