ServiceNow Workspace: pass dropdown value to form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am working on a ServiceNow Workspace and need guidance on passing values from a dropdown to a form.
Requirement:
I have created a custom table application that stores application details.
In Workspace, I added a Dropdown component that displays the list of applications from application.
I also created a button in the Workspace.
Expected behaviour:
User selects an application from the dropdown.
User clicks the button.
A Vault Onboarding Request form custom table that i have created Vault onboarding Request should open.
The form fields should be auto-populated based on the selected application (for example: application name, owner, environment, etc.).
User reviews the data and submits the request.
What I need help with:
How to open a from Vault Onboarding Request form Workspace on button click
How to pass the selected dropdown value to the form
How to auto-populate the fields in the form using that selected application data
Whether this should be handled using UI Actions, Workspace Action Handlers, Client Scripts, Data Resources, or URL parameters
If anyone has implemented a similar use case in Workspace, sample steps or best practices would be greatly appreciated.
