How to perform calculation and show it in data view while user entering amount in it?

0
Hi all! Need help to show data based on calculation while user is entering the details.  I am working on Inventory app where in one form Item price and quantity user enters and after entering immediately below I want to show their product value   (price * quantity) how can I achieve this?
asked
3 answers
0

Hi Chaitanya,

You can look at “On change” and “On leave” events on your input values

You can then use a microflow to do the calculation and update your entity. Hope it helps!

answered
0

Hi Chaitanya,

 

You could also trigger a nanoflow (which will save you a connection to a server) and perform the calculation on the client side (browser) – assuming you are using web page (not mobile native). 

 

Hope this helps. 

 

Cheers, 

   Bart 

answered
0

thanks for the awesome information.

answered