Dears,
I have a Database which contains the customer name, the amount and other related information. I can make a workflow which can generate one word document per each customer following the predefined layout that I have( Suppose I have Name in the first Line, Amount in the second Line and other information into the other lines).
How can I dynamically generate one word document which contains all of them. I mean that each record should be a paragraph in the word document instead of having each paragraph a separate document,
so if i have 500 records in the DB, then I should get one word document with 500 paragraphs, all have same layout.
Thanks,
Dory