retrieve data

0
hello sir i have one userid textbox in which when i enter user id then i want to retrieve all data of user which i already store or create in mendix.
asked
2 answers
0

You can have an On Change Microflow. You pass the id to this microflow. There you can do a retrieve from database with a xpath constraint. The constraint should be something like [id = $id]. See the documentation on xpath constraints.

Regards,

Ronald

answered
0

hello sir but how to pass microflow pls help me.

answered