Confluence Page Properties Report Multiple Rows <2025>

Confluence: Page Properties Report — multiple rows investigation

Summary

Alternative Solutions

. If a table inside a Page Properties macro has multiple data rows, the report will only pull the first one by default. Atlassian Community confluence page properties report multiple rows

Behavior: The report will then show one row for every macro found on that page. Note that if the macros share a common header, they may still be split into multiple rows in the report. Option 2: Restructure to Key-Value Pairs

Start small: create two child pages, see the two rows appear, then scale up to dozens or hundreds. No code, no plugins—just smart macro usage. Note that if the macros share a common

Are your columns identical across all macros/pages?
The report merges data based on column names. Status vs status (case) or a missing column will break alignment.

The Confusion:

To create a project dashboard with multiple rows, create a "Template" page for project updates. Every time a new project starts, create a new page from that template, ensuring it has the label status-update. Your master Page Properties Report macro will then automatically add a new row every time a new project page is published. 0;16;

Workaround inside the Page Properties macro:

Inside the single “value” cell, you can write: Are your columns identical across all macros/pages