What's the best way to decide a destination based on an acquired resource? In my model I acquire an AGV (token.AGV). I need a different destination based on which AGV has been acquired. I'm looking at a travel activity where the Task Executor is token.AGV but the destination is where I'm having a problem. I'm looking at the Object by Case option using the Case Function: token.AGV which returns a string value and I know the "by Case" option can't use string values. Is there a better way to reference the string (token.AGV) to determine a destination?