Question

Rulesware LLC
SV
Last activity: 27 Jun 2025 13:53 EDT
Generate Document Shape support for PageList
I was using the Generate Document Smart Shape on my flow.
My data model has a "Person" data type embedded in the case type as a single record and inside that "Person" there is a Page List.
Now on the Generate Document Smart Shape the provided Tag for the Word template that Pega provides is:
<pegaref config={"mode":"pagelist","name":".Person.Skills().Name","type":"P"}>
The document is generated but where the pagelist tag was added it only shows:
"<< ERR_PAGELIST_UNSUPPORTED>>"
Is this a limitation of the Generate Document Shape? I tried some variants of the tag, but none have worked so far.
In order to support a dynamic page list to be added to a document, Is generate PDF from a section the most viable solution?