How to get the object by type the data key in the input widget and fill the object data into other widgets?

0
Hi, all My application need the user scan the QR Code into one input widget, then the page should get the object data based on the QR Code which is the object key data. finally show the object data in other widgets. How do I get the solution? Could you help me, please!
asked
1 answers
0

Hi Song,

I would use the QR Code Widget: https://marketplace.mendix.com/link/component/2891 

You can scan the code, and the trigger a microflow that will pass in the data from the QR code.  You can then use that data however you’d like.

answered