Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6821707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:34:35+00:00 2026-05-26T21:34:35+00:00

I have a set of nested queries with express/mongoose, pretty much like so: app.get(…,

  • 0

I have a set of nested queries with express/mongoose, pretty much like so:

app.get(..., function(...) {

   Schema1.query(..., function(..., res1) {

      for ( var key in res1 ) {
           Schema2.query(..., function(..., res2) {
             data[key].appendedAttribute = res2.somedata;
            });
      }

      res.render(..., data);
   });

});

Which doesnt work, that is, appendedAttribute is never appended to the dataset. What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:34:36+00:00Added an answer on May 26, 2026 at 9:34 pm

    Using after

    app.get(..., function(...) {
        Schema1.query(..., function(..., res1) {
            var cb = after(Object.keys(res1).length, function () {
                res.render(..., data);    
            });
    
            for (var key in res1) {
                Schema2.query(..., function(..., res2) {
                    data[key].appendedAttribute = res2.somedata;
                    cb();
                });
            }
        });
    });
    

    Basically you must only fire the res.render call after the second query has finished.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to have the nested containers inherit that property, but when I set
In Rails 3 edge, I have set up two nested resources like this: config/routes.rb
I have a set of nested ul's that look like this: <ul id=educationList> <li
I have a set of nested elements like such. <div id=master> <span id=num-1 class=num></span>
Is it possible to have nested set capabilities in this somewhat custom setup? Consider
I have your run of the mill nested set hierarchy type setup with the
I have a method with a nested foreach collection (iterate a set of objects
I have set a background on the data-role=page element like so <div data-role=page style=background:
I love the nested-set model for storing hierarchical data, and I'd like to find
I have a simple set of images nested in a div tag, I'm just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.