
Announcements
Does anyone find the mistake in my express?
Hi @Anonymous,
When working with math function, you need to make sure the parameter are all numbers, consider use the Int() or Float() function to convert the values, change the formula as below:
sub( float(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0']), div(mul( float(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0']), float( triggerBody()?['Rabatt']) ), 100) )
Regards,
Michael