This topic was automatically generated from Slack. You can find the original thread here.
MarkusDS : Can someone help with a sql snippet that can insert into a external SQL? I got one working without async, but I can’t seem to get it working with async
Dylan Sather (Pipedream) : you can use a new Node.js code step to run any Node code, and that guide should walk you through the npm packages to use to construct your query
Dylan Sather (Pipedream) : In the section where you’re asked to npm install tedious (the package they use to run the query), you won’t need to on Pipedream. You can just require the package in the code, and Pipedream will install it for you.