• The quoting in your listing when composing Y() call still looks a bit strange but in your real code you have it right since it is passing data to the watch. From the error 'e.split not found' looks like the E.showMessage expects string parameter and you are passing object {'Code': '10'} such object does not have method called split. so make string out of it e.g. by passing dict.Code to it, then it should print '10'

About

Avatar for fanoush @fanoush started