Hi, I am using a webhook triggered by a button to print name tags. This works fine but when I want to print a 100 name tags by selecting the items and clicking the button, the name tags get printed in a random order. As a result the name tags need to be sorted manually after printing. Also it sometimes skips items or triggers the same item twice.
It is easy to simulate using a button to change the status of 10 items.
Any suggestion on how I can fix this? Clicking each button (a 100 times) is no fun.