Document Generation Updates
Hey friends, a quick note about some Document Generation updates. I'm planning a blog post on this soonish with deeper detail, but here's the TLDR:
1) You can now pass tables in HTML strings: https://developer.adobe.com/document-services/docs/overview/document-generation-api/templatetags/#insert-table-using-table-html-element
2) You can dynamically hide table rows: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#dynamic-table-rows
3) Conditions in table cells now work, but require a bit more code. Details here: https://developer.adobe.com/document-services/docs/overview/document-generation-api/complextableconstructs/#conditions-inside-tables
Enjoy!

