use microflow to calculate attribute

0
I set up an attribute and its value is calculated. I will use a microflow to do the calculation. But I cannot find it in the member of change object. Do anybody know the reason? Thanks a lot in advance.   The microflow screenshot: The entity screenshot:
asked
2 answers
6

Hi Wang,

You cannot use that calculted attribute member in the change object. Because it was allocated(fixed) for the output variable.
Instead of that you can use create variable and perform actions and return that variable. 

Whenever the source data entity is triggered that calculation will perform.

answered
1

In Calculated attribute microflow, you cannot set the value, but the value can be returned as shown below

 

Also take a look at the Mendix documentation for more info

 

https://docs.mendix.com/refguide/attributes/#value

answered