The CreatorCon Call for Content is officially open! Get started here.

Need Help with Drop-down Redirection in UI Builder Workspace

lalitpawar1
Tera Contributor

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.

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@lalitpawar1 

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! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

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.
 

@lalitpawar1 

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! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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