Ability to Automatically fill variable fields in a document template with information entered through a table, list or form. Especially useful for recurring documents where only a few fields change! Example:
---
Table
Doc! | Name! | Country! | Activity!
Doc1 | Name1 | Country1 | Activity1
---
Doc Template:
Hi <Name!> from <Country!>, thanks for your participation in <Activity!>.
---
Automatically in Doc1:
Hi "Name1" from "Country1", thanks for your participation in "Activity1".
Thank you! ;)