Hi there.
We are currently using Pipedrive as our new CRM system, and have created a custom field called “gross profit” which should be a calculation of.
Gross profit = Net profit - cost of products.
When connecting pipedrive and Zapier i am able to retrieve the Deal Summary (total price) of a deal. And i am also able to retrieve the cost of the associated products. For example 1000,1000,5000,300
Those values should be used for making a calculations:
1000 + 1000 + 5000 + 300 = 7300.
And after that i can make the Gross Profit calculation:
Gross profit = Net profit (Summary / total price) - the calculation.
But i am having trouble on how to take the numbers, and divide them and thereby making the calculations.
Can someone help on this issue?