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
Bhagyashri Amle
2 answers
1
First retrieve your required entities based on your document template, then create the required FileDocument-entity
answered
Bhushan Lande
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.