How to get origin/source of OnChange event in microflow

0
Hello! I want to store somehow which text fields have been changed by the user. Is there a possibility to get the information which control/textbox has fired the OnChange event in the called microflow? At least the name of the changed textbox. Regards, Raimund    
asked
1 answers
1

Nope, but there is a workaround:

Give each controlbox its own OnChangeMicroflow and from that microflow call UserManager.ACT_Change_Label.

 

answered