Hi, is it possible for the rendered html from a macro to be retrieved in the page properties report?
Example:
In the child page -> Inside the Page Properties Macro I've created a user macro which will set the status dynamically depending on the contents of the page.
There are multiple similar child pages which use the same user macro as above and set the status on the respective pages accordingly
When pulling all the statuses from the child pages into the parent pages using Page Properties report the statuses are set to default (I would say default state because if there is no content on the page then my macro sets it a default).
This is expected and would make sense because there is actually no content on the Parent Page and that is how Page Properties Report works I guess, it is pulling in the actual macro but not the content generated by the macro from the child page.
However, I was wondering if there is a way to actually retrieve the final rendered html content from the macro into Page Properties Report?