I have a list in my Process Flow, and I want to release a specific token from it. I have a label on the puller token that has that token to pull's id. How do I set up the query in the "pull..." activity? Is it just-
Label: labelTokenToPull ? (I tried this but it's not clear if it's working as I expected.)
Or do I need to use a
"WHERE <something> = puller.labelTokenToPull"
If the latter, how do I reference it i.e. what relpaces <something>?
Thanks,
Craig