Hello all.
I'm a Salesforce developer, and I'm using Nintex DocGen for Salesforce for the first time. I've tried to read the documentation, but I'm so far unable to find the answer to my question.
I'm trying to create an invoice document based on an Opportunity record with Opportunity Products. I'm able to create a merge template which works with all of my standard and custom Opportunity and Opportunity Products fields. However, so far I'm only able to get one Opportunity Product record into my merged document.
Here are the tags I'm using in more readable terms:
<<Opportunity_LineItem_Start>>
it is showing only one records
Please help me on this query
When doing any replication, you'll have to use a replication tag in order for the data to actually replicate as well as having it inside a table as well. In your situation, since it's a row replication, you'll have to use the <<Opportunity_LineItem_Start>> tag in the row where you would like to replicate. You can find this tag at the end of the field tagger of whichever object you're trying to do the replication for.
Example that we typically see is doing horizontally like this
For your example, you could have it set it just one cell and do the replication such as below:
You can read more about replications here:
https://help.nintex.com/en-US/docgensf/Templates/RowReplication.htm
(under "Replicate rows in Microsoft Word")