-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Macros - Page Properties
-
None
-
1
-
1
Problem
When exporting or extracting data from a Confluence table generated by the Page Properties Report macro, not all columns are included. Users are unable to retrieve the full dataset using duplication, export (Word/Excel), browser inspection, or API methods.
Environment
- Confluence Cloud
- Page Properties Report macro inserted in a page and the table contains around 1200 columns
Steps to Reproduce
- Create or use a Confluence page with a large Page Properties Report macro table (e.g., 1,200 columns).
- Attempt to extract or export the table by:
- Duplicating the page
- Exporting to Word or Excel
- Using browser inspection tools
- Accessing via REST API
Expected Results
All columns and data from the macro-generated table are accessible and exportable by any of the above methods.
Actual Results
Only a subset of columns is exported or accessible. Some methods fail due to macro rendering or permissions. API and browser inspection do not return the macro-generated table.
Workaround
No reliable workaround. Rebuilding the report using CQL searches via the REST API may return partial data, but does not replicate the full macro output.
Notes
- Other tables on the same page (not generated by macros) can be extracted without issue.
- The limitation appears specific to the Page Properties Report macro’s rendering and export capabilities.