Hello,
I have multiple records with 3 attributes which i'd like to format a particular way into a word document (see below)
Input Ex:
At the moment, I use two MSWordStyler transformers taking said record and styling both the Title and the Heading.
Unfortunately when it runs, the heading information reaches the writer first before the title. As such, the heading is above the title in the word document. My question is how can I specify which document element gets written first? Is there a way to control the input order?