Need Help with Drop-down Redirection in UI Builder Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi Team,
I’ve created a drop-down in the List Actions section of UI Builder Workspace. I would like to configure it so that when a user selects an option from the drop-down, it redirects to a specific URL and opens in a new browser tab.
Could anyone please guide me on how to implement this behaviour in UI Builder? Any suggestions or examples would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
so what did you configure and where are you stuck?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I created an action list button under an action group, which displays as a dropdown. I want to link each option in the dropdown to redirect to a specific custom page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
please share screenshots of what you created and how it's looking now
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
Hi @lalitpawar1 ,
You have to link to event when item is selected in the "Events " Tab.
The event is "Link to destination".
Based on the choice selected you can define the functionality by updating the selected item ID in Client state paramter and changing the link to destination url.
All these has to be defined in Client script.
Can you share your scenario so that i can provide the approach.
Thank you