This topic was automatically generated from Slack. You can find the original thread here.
Andrew Huang : Hello. I am new to Pipedream and am looking for some help. I am currently trying to use the Cron functionality in my application to automate updating my DB (MongoDB) periodically. The application relies on retrieving data from an external API and updates its DB based on the external API’s responses. The flow I am planning on implementing goes as follows… (1) GET users from the database, (2) GET Related data from external API based on a user’s data field, (3) send retrieved data from external API back to the server through PUT request to update users in the DB. Just wanted to get some validation that this is possible. In addition, I am currently running the application on localhost and am running into the following error when trying to make a GET request to retrieve my users. Wondering if anyone has run into a similar issue?