How to: make Input textbox change other object on screen.

0
I want a screen showing an input textbox and the values of another non-persistent object. On valuechange of the inputtextbox a microflow triggers which changes the values of the other object. Got the feeling I am overlooking some very simple solution.    
asked
1 answers
2

Hi TIm,

Make sure that both objects are assocaited before displying them. Then in the OnChange microflow you can retrieve the other object, change its attribute&refresh.

-Andrej

answered