best approach for calculation

0
Hi    I want to apply a formula for getting the value in data grid,so that i have created microflow and pass it to attribute in the calculated option as below and the     calculated value was coming in the datagrid in the output but i want  whenever i want to change the value in the ui  the formula should apply and value should be reflected in the data grid  . I am not getting how to achieve this please guide me    thanks harika
asked
1 answers
1

Hi Harika,

To achieve this you can try OnChange events where you can call microflow on text box.

Where you can apply same logic, thus when you change value on UI using text box, you can get calculated value using formula.

image.png

answered