Input value doesnt update after MircoFlow refresh object when value was changed - Mendix Forum

Input value doesnt update after MircoFlow refresh object when value was changed

1

I have a page with multiple nested listviews. Within each object, there is an input field for one numeric value. When the numeric value is changed, a recalculate microflow is executed. There are also several buttons to auto-calculate the input values, and these work fine. But... when you manually change one of the values, and then click a auto-fill button, all values are updated and committed, but the input-fields that have been manually touched by the users don't. If you browser-refresh the page (without making any further changes), you see the updated value in the input field. But the microflow commit + refresh action doesn't seem to update the input fields real-time. I've tried everything. Refreshing the objects, closing and opening the page inside the microflow. But nothing except a browser-refresh seems to work (or manually leaving and reopening the page). 

 

TL;DR: Manually changed input fields by a user aren't updated by a microflow with a commit/refresh action while staying on the same page, even if you desperately want to. Only input-fields that aren't touched by the user yet, will update accordingly.

asked
0 answers