Hello Team, hope you are doing well.
I'm currently developing a QR Code application. I have 4 datacards namely: ID, Material Type, Material Density and title
i have used powerAutomate to generate QR-Code each time a row is created on my list. This one is working well.
For example I have: ID=2, Material Type=baw, Material Density=dnl and title is HD786. The QR-Code generated is 2bawdnlHD786
The issue is, I am not able to autofill the datacards after scanning the QR-Code on the application.
The code i have use on OnScan property of the barcode reader button is:
UpdateContext({varbarcode:Self.Barcodes});
And the code for one of the text input of the datacardvalue is : Can you please help how can i autofill each datacards with their corresponding values
Thank you ...