How to force to recalculate an attribute if it is stored?

0
HI I have an entity ‘Note’, it has a calculated attribute, which uses a microflow to calculate its value. I noticed if I first time load the entity, it will call the microflow.    But if I stat on the page, do not refresh the page, it will not call microflow. Therefore, the attribute is not updated. Is there a way to force it to run?   Thank you  
asked
1 answers
0

You’ll need to refresh the object.

So adding a on change microflow on the dependent attributes for the calculated microflow with a refresh should do the trick.

answered