Calculate Total

0
How do I create a microflow to automatically calculate the value of an attribute based on previous input. I am trying to make a budget calculator/
asked
1 answers
0

Hi,

Although it is not advised, another solution is to set your attribute as CALCULATED at the domain model. Set a microflow as resource. In the microflow : 

Use Action→ Aggragate List  and Function→ Sum 

Return new value as the attribute value.

 

answered