Hi Champs,
I am using docx from dynamic template smart service to create dynamic document. I have few section which are dynamic in the template based on which it will either show and hide the whole section. As this section would also part of Table of contents. I want to update TOC dynamically. is it feasible with the plug in?
Regards,
Shyam
Discussion posts and replies are publicly visible
The plugin can't recalculate the Word TOC since it only does merge/substitution, not field recalculation so either open the generated .docx and press F9 (Update Table) to refresh it manually, or set w:updateFields="true" in the template's settings.xml to auto-update on open (works only if your engine preserves that setting, so verify it).