Building Table in DOCX with Dynamic Columns

I have a task to create a Dynamic DOCX document with table in it. I have created one with number of rows increasing, but my requirement need me to make a table with dynamic column as well. Has anybody worked on such thing before. If yes please let me know how?

  Discussion posts and replies are publicly visible

Parents Reply
  • +2
    Certified Lead Developer
    in reply to inder_arora

    FYI, I am attaching the system of rules I developed to handle word doc table generation, which includes a demo process model which you can run and try out the generation, and then hopefully use as a template for using this system with your other data.

    One word of caution: presumably due to the custom nature of the wordML being used here, I've gotten feedback from elsewhere that if a Word doc is generated using this functionality but then converted to PDF via the Appian smart service, the tables won't work correctly in the resulting PDF.  However they look fine in the Word doc itself.

    Please let me know if you have any questions.

    Document Table Generator Test (generic, 17.2, july 2017 - updated).zip

    Edit: find a much more updated (and comprehensive, all-inclusive) export of the above, by following this comment trail.

Children