We're using Celigo to map products from Salesforce into Netsuite to created Sales Orders. The problem is when a customer churns a product, we need to enter into Salesforce as a $0 product to be able to calculate the churned dollar amounts for our FP&A team.
However, Celigo keeps erroring out with these products because they don't have an amount entered, and the way the mapping is set up, it's requiring a value. I've tried a multitude of ChatGPT searches and Celigo Community searches, but I'm coming up empty handed. Do you know how I can fix this?
Because the divide helper in Handlebar performs direct division, a 0 value in Dealhub_Quantity__c results in undefined or NaN (Not a Number), which triggers the error
To address this, you can use conditional logic (#compare or #if) to handle zero values