Error in the microflow

0
Hi! I am trying to create a system where the value Z = A + B1 + B2 + (C1 * C2). I have created my overview pages and new edit pages, and everything is working fine except for the microflow where I am supposed to handle the calculation. Could someone help me with this problem? I am not sure why there is an error. 
asked
1 answers
0

Hi Nur,

 

You need to use Retrieve actions to retrieve SecondMilestone, ValueB1, and ValueB2 objects before you can use them in your calculation.

 

I hope this helps

answered