Some questions about Mendix 9 Client Api : mx.data.get

0
Hi, I now have a business scenario, and the best way to do that right now is with JavaScript Action. So, as shown in the picture, I have obtained the data of Item through microflow. How can I obtain the data of Others related to or corresponding to Item ? Here is my code example : mx.data.get({ microflow: 'ModuleName.MicroflowName', // get item objs by microflow callback: function(objs) { } }); Some more questions by the way, Using xpath to get objs, how do you write multiple conditions, such as children for Item? Thank you very much. Best wishes!  
asked
0 answers