Watch multiple databases on notion

I have KPI Databases for every individual, every user has their own kpi database with only them and their manager can reach.

I want to create a central database where other managers can track all KPI.

I already have KPI databases but to create central database I need to watch items for every KPI Board,

Is there a way to watch multiple databases in the same scenario?

You may be able to create this automation natively via Notion Database Automations. After you setup a Relation between each individual’s KPI database and the central KPI database, the logic could be this:

  1. When page created (on each individual’s KPI database)
  2. Create page in central database
    And vice-versa if applicable

Similarly

  1. When page updated (on each individual’s KPI database)
  2. Update page in central database
    And vice-versa if applicable
1 Like