Pipedrive: Creating auto-generated tables
Conga Collaborate’s Pipedrive integration allows data to be referenced from a Pipedrive deal to automatically generate and populate rows of a pricing table.
This is an example of a basic pricing table using standard fields in Pipedrive. You can customize small parts of the code (shown below) to your own Pipedrive instance in order to populate the table with the correct information.
BUILDING AN AUTO-GENERATED TABLE
To create an auto-generated table within a template
Optional: You can add a filter to a table by clicking the gear icon to open the Pricing Table modal and selecting the Add Filter option. Make selections in the Variable and Operator fields, then enter a value in the Value field. Click Save to apply the filter.
Optional: You can sort the table by fields available in the table’s selected data source. Sorting is ascending by default.
Rendered Table:
HTML
Name |
Item Price |
Quantity |
Total Price |
---|---|---|---|
[Name] |
[item_price] |
[quantity] |
[sum] |
Total Cost: |
[SUM(sum)] |
Test your Auto-Generated Pricing Table by connecting a Pipedrive deal to the template or related document. If everything is done correctly, clicking the Preview button will allow you to view the populated pricing table.