- IMS Knowledge Base
- FileBound
- Workflow
-
FileBound
- Add Content
- Active Directory
- Administration
- Automation Processes
- Basic Search & Retrieval
- Capture
- Clipboard
- Connect
- Database
- Document Actions
- DocuSign
- E-Forms
- Enterprise Service
- Full Text Search
- General
- HelloSign
- Https
- Importer Pro
- Installation
- Licensing
- Maintenance
- Office 365
- Records Management
- Reports
- SAML
- Web Viewer
- Windows Viewer
- Workflow
-
Windows Settings
-
Scanners
-
Psigen
-
Code Snippets
-
PaperVision
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:
- Add a custom action stencil after the picklist.
- Add a 'Set Variable' action
- Choose a name and context for your variable.
- For the value, select 'Scripting' in the panel on the left.
- Select script type 'VBScript' and paste the following value as the Script Text: {RoutePath.UserList_PickedList}
- You can now use that variable in later steps in the workflow.