I have a fairly straightforward SOQL query to pull Opportunity Line Items:
select Id, Quantity, UnitPrice, TotalPrice from OpportunityLineItem where OpportunityId='<<Opportunity_Id>>'
I tagged an Excel doc and it works fine to pull in the information from the first row. When I add row replication though, on the output everything is repeated twice. This happens regardless of whether there is only one opportunity line item or multiple line items - basically the results from the query get pasted in twice.
Any ideas on what I'm doing wrong?
SOQL row replication to Excel duplication
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.