Default Value in Dropdown in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 09:42 PM
Hi Team,
I have a requirement in UI Builder where I need to set a default value for a dropdown. I was able to display the default value using the selectedItems property,
but the issue is that the data in the charts or visualizations is not reflecting this default selection.
The dropdown visually shows the default value, but the actual data shown is as if no filter is applied—it displays all records.
How can I ensure that the default dropdown value also impacts the data (e.g., charts, lists) accordingly on initial load?
Any help is appreciated. Thanks!
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:30 PM
Hi @SoudarapuN ,
Please use this solution for your requirement :
Solved: Set default option for a dropdown on the UI Builde... - ServiceNow Community
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:47 PM
I already did it .I said that it showing in dropdown as default value. But the data visualizations are showing all data instead of default value data.