im making a quote template for my users in my application and in there i have some calculation lines looking like this
i have a field where you can define eventual discount(“rabat”) in each line as you can see in picture above… and i also have found a way to calculate that discoun in currency as you also can see…
but i also want it possible to calculate it in percentage… so i have maked 2 different workflow with a condition of when my dropdown is “%” or “kr.”
workflow for “kr.” works as said as it should…
but when dropdowns value is in percentage i cant figure how to make that calcualtion…
im using this action to make it in “kr”:
how can i make that so it works in “%” also?