Dear Community, I am working with docusign CLM template, here my logic. I am trying to display product name from Salesforce and the product quantity example: Test Product (2)
<# <TableRow Select=”./GroupItems/Care_Plus_Products” /> #>
<# <Content Select=”./Care_Plus_Product_Name” /> #> <#
<Conditional Test="number(./ICP_Quantity)>1” /> #>(<#
<Content Select=”./ICP_Quantity” /> #>)<#
<EndConditional/> #>
The issue is the the final document displaying the logic after the product name instead of Number of Quantity.
Test product <# <Conditional Test="number(./ICP_Quantity)>1” /> #>(<# <Content Select=”./ICP_Quantity” /> #>)<# <EndConditional/> #>
instead of
Test Product (2)
Would you be able to spot the mistake and advise how to correct?
Thank you
Kasia
Back to Docusign.com

