FileBound: Workflow - How to Save the Picked User from a Runtime Picklist?

If you would like to save the picked user from a runtime picklist for later user in the workflow, you can follow the steps below:

  1. Add a custom action stencil after the picklist. 
  2. Add a 'Set Variable' action
  3. Choose a name and context for your variable. 
  4. For the value, select 'Scripting' in the panel on the left.
  5. Select script type 'VBScript' and paste the following value as the Script Text: {RoutePath.UserList_PickedList}  
  6. You can now use that variable in later steps in the workflow.