Good day
I have a calculation I need to do via an expression.
I work out interest amount to multiply with.
Basically, I have an interest amount and need to divide it by 100 then divide by the days in a year.
It looks like this as an example (10 / 100) / 365 or (${interest_t1} / 100) / ${days_in_year}
This calculation fails and the bot crashes. the answer I need is 0.000273972
I need this sort of value to work out a daily interest amount. 50000(loan) * 0.000273972 = 13.96(interest) for 1 day. Is workfusion unable to do this type of calculation? How do I work around this?
Regards