Issue: repeating-section is not working with styled buttons in adobe document generation API
Hello Everyone,
i wanted to generate the below PDF by providing the styled buttons as input in docx.

Sample Input JSON:
{
"sub_names": [
"Fresh",
"Fish"
]
}
In word, I am trying this way:

The output PDF file that I am getting is only containing one value like below.

How do we itererate the styling also.Styling is not getting iterated.
When I am trying to print in PDF without styling the values are printed like below
Input docx screenshot:

Generated PDF screenshot:

Any suggestions will be much appreciated.
