I understand the issue. In my model, i have static and calculated parameters. the flow values are based on formulas involving the parameters. only a few of them are based on global parameters. I run multiple scenarios, updating parameter values programmatically from Excel files. my goal is to extract the LCI for an annex to the report. If i understand, the only way to be sure the amount field is updated is to open the unit process in the GUI. There are about 50 UPs I would have to open and close for each of the 10 scenarios which would be prone to error! What programmatic solution can you recommend to extract the correct amount? Are calculated parameters updated each time? if so, I can create a new set of those parameters retrieve those, and change the formula in the LCI to the single, new calculated parameter name. Thanks