ReferenceSetSelector Excecute microflow on change not working

0
Seem after upgrading to mendix 17.13.1 our referenceSetSelector on change event fail to execute the event. Just get An error occured, please contact your system administrator.  Has anyone have same experience? mxui.js?636662367181877830:1 TypeError: Cannot read property 'guid' of undefined     at mxui.js?636662367181877830:1     at Array.forEach (<anonymous>)     at e.<anonymous> (mxui.js?636662367181877830:1)     at mxui.js?636662367181877830:1     at Object.next (mxui.js?636662367181877830:1)     at mxui.js?636662367181877830:1     at new Promise (<anonymous>)     at Object.a (mxui.js?636662367181877830:1)     at e.executeMicroflow (mxui.js?636662367181877830:1)     at mxui.js?636662367181877830:1   Error: factoryThrew     at l (mxui.js?636662367181877830:1)     at mxui.js?636662367181877830:1     at Ve (mxui.js?636662367181877830:1)     at Ve (mxui.js?636662367181877830:1)     at Ve (mxui.js?636662367181877830:1)     at mxui.js?636662367181877830:1     at Ue (mxui.js?636662367181877830:1)     at ze (mxui.js?636662367181877830:1)     at i (mxui.js?636662367181877830:1)     at HTMLScriptElement.<anonymous> (mxui.js?636662367181877830:1)
asked
2 answers
1

This is (probably) fixed in Mx 7.14

We fixed the issue where incorrect parameters were passed for a reference set selector on-change microflow. (Ticket 63662)

https://docs.mendix.com/releasenotes/desktop-modeler/7.14#7140

answered
0

thanks so much. great news

answered