Call different microflows when one value changes

0
Hi,  is it possible to call two different microflows when I change the value in one field?  Example: I have many inputs such as building sum, cash sum, etc. On change (e.g. building sum), I call a microflow that calculates the building sum insured, but I also want to call another microflow that calculates the Premium which is calculated as a sum of all calculated sum insured values (building sum insured + cash sum insured … ).   
asked
1 answers
0

In your microflow that calculates the building sum insured you can call the microflow the Premium

answered