I am trying to determine the best way to utilise the Barcode scanner for managing stock and equipment.
My current concept is as follows;
1. Using barcodes, scan the equipment and/or stock (this patches straight to sharepoint list)
2. Then fill in the remaining fields of this list with necessary metadata.
I now have a stock and equipment register with the barcode being my unique identifier
Next;
1. If I wanted to track equipment (say for booking to a project), I would then scan the barcode on the equipment.
2. This would then patch to an equipment booking list, where additional data can be entered (e.g. project details)
In order to enforce integrity (ensure that I am booking the right piece of equipment) when I do scan the barcode, information currently sitting in the equipment register, relevant to the item, is pulled from there to be displayed in the app and stored in the equipment list.
So, I am currently unsure if this can be achieved purely from Powerapps and SharePoint, or if I need to try and use a Flow?
Essentially I am thinking - when a barcode is scanned and patches data to SP2 (Equipment booking list), if it matches a barcode in SP1 (Equipment register), then grab 'x' fields from SP1 and put in SP2.
I am open to any suggestions, and if a Flow is the only way to go, then I'll try and work that out.