Issue
When using Nintex Workflow for Office 365 Document Generation action, some of the items properties that have been tagged in the Document Template do not generate a value on the document generated.
Resolution
Below are some Verify the item property tag on the document template and make sure that the tagger has a space with another word on the template.
Example:
(1)<<ItemProperty_Title>>
==> This will not work because there is no space between character ) and <<.
The valid tagged is:
(1) <<ItemProperty_Title>>
==> Add one space between (1) and <<ItemProperty_Title>>
