Checkbox Auto Check/UnCheck

0
I have created a microflow that is triggers during the on change of the textbox. The microflow would set the value to true or false depending on the value inputted in the textbox. However, I can set the value using Change Object but the Checkbox did not react to the set value. I should be getting check state if the value is true and unchecked state if the value is false. Have you experience the same scenario? I am using Mendix Pro 8.9.0. 
asked
3 answers
0

Hi Dhot,

When changing the object, did you also set 'refresh in client’ to yes?

answered
0

I did set to refresh “Yes” but still not refreshing it. 

answered
0

Thank you it is working now. I revisit my condition it mapping to incorrect field.

$Book/NumberOfPages>=1 instead of $Book/AvailableCopies>=1. I am beginner  and I am on the process of practicing what was I’ve  learn from the self-pace training.

 

answered