Through flow i have dynamic HTML table. got total expenses and budget from dynamic HTML table.
i tried to calculate sum and percentage from below formula but I got error in dividing..
It shows below error.


mul(div(float(variables('TodateExpenses')),float(variables('Budget'))),100)
It's seems it is trying to divide empty body field. Is there way out?
Any tips?