Generate Document Template not working

0
Hello guys, going through documentation → https://docs.mendix.com/refguide7/how-to-create-your-own-documents/ and still can’t generate dataview or anything on my Document template ? What I am doing wrong? this is my domain model  this is my microflow generate document   and the data view is still empty, also checked user roles they are ok.
asked
1 answers
3

Hi Vasil Panayotov,
The error says Dataview placed in the Document Template is Empty. You can add some Attributes in the DocumentTemplate. You can use Dynamic label to map attribute in the entity.

 

Then in your Microflow add an Generate Document Activity and call you template and pass the necessary object.

answered