Hi There,
I've started making a PowerApp so that staff can check out Laptops, iPads, etc. By scanning a QR code on the devices.
I want to be able to see who checked the device out and when.. Is there anything that anyone can direct me to? Any help is more than welcome 🙂
Thanks
LS
Solved! Go to Solution.
Hi @LS01 :
First of all, you need a data table that all users can access to save the scan log. I use SharePoint List(ScanLog).
Secondly,set the BarcodeScanner's OnScan property to
Patch(ScanLog,Defaults(ScanLog),{Title:User().FullName,ScanTime:Now(),BarCode:BarcodeScanner1.Value})
Every time a user scans successfully, the user name, time, and barcode will be saved in the SP list'ScanLog'.
Finally,If you want to view these data in the app, you can add a data table control and set it's Items property to
ScanLog
You can also view related data directly in SharePoint:
Best Regards,
Bof
Hi @LS01 :
First of all, you need a data table that all users can access to save the scan log. I use SharePoint List(ScanLog).
Secondly,set the BarcodeScanner's OnScan property to
Patch(ScanLog,Defaults(ScanLog),{Title:User().FullName,ScanTime:Now(),BarCode:BarcodeScanner1.Value})
Every time a user scans successfully, the user name, time, and barcode will be saved in the SP list'ScanLog'.
Finally,If you want to view these data in the app, you can add a data table control and set it's Items property to
ScanLog
You can also view related data directly in SharePoint:
Best Regards,
Bof
Thank you Bof, Will look in to this and give it a shot !
Thanks Again.
LS
Hi @LS01 :
Has the problem been solved?
Is there anything else I can help?
If my post helps, then please consider Accept it as the solution to help others.Thanks
Best Regards,
Bof
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
183 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
254 | |
83 | |
78 | |
67 | |
66 |