Hi,
Is there a way to validate a dropdown if it is blank before navigating to the next screen?
If the dropdown is blank, then user would get a notification saying to select an option before moving to the next screen.
Hi @RLSid17,
Do you have a navigate button?
If you have a navigate button, you could set the OnSelect property as below:
If(IsBlank(Dropdown6.Selected),Notify("Please select an item from the dropdown!",NotificationType.Error),Navigate(Screen30))
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2