In my model I have a process flow that uses looped tokens. I generate 1 token at the start, send it through a process flow, and then once the process flow is completed I send it back to the start of the process flow. At the top of the process flow is a "Pull from List" block followed by an "Assign Labels" block. I use the "Assign Labels" to access labels from the item I pulled from the list using token.pulled.label. This works the first time I send the token through the process flow. The second time I send the token through the process flow I can still pull an item from the list, but when I try to assign a label I get the following error "FlexScript exception: Retrieving - label property on node that does not exist at MODEL:/Tools/ProcessFlow/ProcessFlow/Assign Labels>labels/1/2." In the test model I built to submit here I can't even send the token through once without getting this error. What am I doing wrong? Is there a better way to access labels on a pulled token?