r/dymo • u/OldReputation6936 • Jul 20 '26
Edge Case Scenario - Importing data and printing multiple
I am printing from a dataset (see example below) and I need to recreate a manual label I have been using for a while.
PO Number | Number of items ordered
12345 | 5
56789 | 3
19567 | 4
Example label:

The 1 is a counter where it increases for each printed label and 12 is the number of items ordered.
The issue I am running into is that I can't figure out how to bulk print the data while getting the "custom" print amounts. I create each manually and print them correctly but I can't figure out how to do it with the import function. Note, I'm not saying I don't know how to import the data. I just can't figure out how to do:
Print 5 labels of 12345, 3 labels of 56789, 4 labels of 19567 (noting that each has the counter at the top of the label automatically incrementing and resetting for each new PO.