Linking multiple Notion pages found via Search Object to a single Relation property?

Hi everyone,

My apologies for not providing more information earlier. Thankfully I’ve figured out a solution:

  1. Search Objects in Database 1 for items with the Select property set to Active.
  2. Convert the Page IDs of all of these bundles into an array using an Array Aggregator.
  3. Search Objects in Database 2 for items with the Relation A property currently empty.
  4. Update items in Database 2 (with Page ID matching objects found in Module 3) by mapping the array created in Module 2, using id as the key.

I’m certain this isn’t the prettiest way to do this, but it’s a solution that seems to work. Thanks everyone! Here’s a screenshot for reference.

3 Likes