Pass dropdown value to form in Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
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 form 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 Vault Onboarding request Form from 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.
