I'm trying to pull from a list, and determine the quantity to pull based on a "CartType" label value.
Entries on the list:
My Pull from List activity is setup as follows:
I'd like to set this up with such logic that if the first item in the queue is CartType "L_RACK", I can only pull qty 1. If the first item in the queue is CartType "IGU_CART", then I can pull up to 4 tokens with the same label value regardless of their position in the queue.
This setup is giving me an error saying the CartType label does not exist on the token at the pull activity.