Hello great community!
I'm trying to build a PowerApp for my warehouse where you should be able to scan out physical products and input quantites taken out for each product, and when the you submit the collection I need it to decrease the scanned article in my Inventory SP list.
The Inventory List consists of:
- Article ( Single Line of Text)
- ProduktName ( Single Line of Text )
- Quantity ( Number )
- Unit ( Choice )
- Location ( Choice )
- QRCode ( Attachment )
- Price ( Currency )
- Total Value ( Calculated Column Quantity * Price )
- StringQRKod ( MultiLine Text || This is just a test column where the qr code attachment is a .dymo file and have copied the text in the qr code in this column )
The process is that each worker that comes through the warehouse will take one phone available and scan his Personal ID card, then he proceeds to scan multiple physical QR-code which is on the box and insert a quantity on each item that gets stored in a collection, thereafter when he submits the collection is patched the info gets stored in a separate SP list which is sort of a log. That part works fine and is basically done, but the struggle I've is how i can match the scanned qr-code and reduce the quantity item of my inventory SP list.
I can't seem to "match" the QR-code to my Inventory List and since the Qr-codes are stored as an attachment and is a .dymo file, the conversion to Base64 string is unavailable.
The increase of quantity will be done through a form for the warehouse staff when items arrive by searching Articlenumber.
I've been working on this for weeks (Months....) and my time is running out, what is it I need to do in order to reduce the quantity scanned out for each scanned item?
Best Regards