I have a table in Dataverse with all my equipment, for different locations. I also use it as a log for keeping track of the equipment.
I have these columns to identify what type of row it is:
Location (Location 1 / 2 / ..)
DataType (Equipment / Log / ..)
I use a 12 digit autonumbering column to generate barcodes/QR-codes. But out of the box the autonumber column also gives a number to the "Log-rows".
I really just want DataType: Equipment to get a value in the AutoNumber column. Is this possible to achieve?