Hello! Is there a way to implement a barcode scanner that’ll return details about the SKU the barcode refers to, like current inventory quantity, given a database it can refer to has already been created?
Yes you can do that. Read the value either with an app formula or initial value. Something like..
LOOKUP([_THISROW].[Barcode],TableName,BarcodeColumn,InventoryQty)