I am sending items to list when it enters Queue1. Items has label called "MyLabel".
I want to calculate total entries of specific label value, so that those tokens can be pulled once.
Help me get the Label value wise number of entries.
Example: I want to pull only those items with MyLabel value 2 and pull quantity should be 5. I could pull using WHERE query in the Pull from list but not able to set Request Number as 5.