How to generate file document?

0
Hi Experts, I am new to Mendix. I want to generate a PDF document, so here, I want to retrieve the list in the first activity.  It is retrieving only a single object. I dont know what is missing out.   Thanks in Advance.            
asked
2 answers
1

First retrieve your required entities based on your document template, then create the required FileDocument-entity

answered
0

Hi there,

 

You should first retrieve your required entities based on your document template, then create the required FileDocument-entity and finally use the Generate Document activity.

 

answered