I am trying to understand if there is a capability in Tulip where I can determine the extent to which bar code scanning actions have been completed. For example, if I have a box (e.g. Kit ID), with a number of components in each box (e.g ID). Box and components have barcodes on them to be scanned by the operator. The data in the barcodes are pre-loaded to a Tulip table (see table example below). There will be an equal number of components in each box. I want to ensure that the operator has scanned all the components (ID) in each box (Kit ID).
As my app is currently configured, the app marks the label used (Label Used = Yes) as it is scanned. I am wondering if it is possible to identify that there are remaining IDs to be scanned (e.g. Label Used = No) for the current KIT being scanned? The operator cannot mark the Kit as completed as the app has identified other IDs to be scanned.
ID Kit Label-Used (Yes if scanned, No if not yet scanned)
1001-1 1001 Yes
1001-2 1001 Yes
1001-3 1001 No
1002-1 1002 No
1002-2 1002 No
1002-3 1002 No