@el CThe way you have the order list set up is that "OrderNo" is a string value. For example, "4007-482971". Then on the token, the order number is an integer, like 1. This isn't going to match whether they're strings or integers or anything because 4007-482971 is not the same as 1. Did you want to assign the "OrderNo" string to the token that is pulling as well? If that's the case, you can use the string shown below to assign a value that matches.

This way, it's going to match the strings instead of a string to a number. I'm not sure if this is exactly what you're expecting, but at least it doesn't get stuck at the Pull from List activity anymore.
26244-picking-attempt-1.fsm