How to stop populating unwanted values in drop down based on a property value?
i have property Called "Location" as Dropdown, which has country names starting from letter "A" to "Z",
now i have another property called "UptoAlphabet" where i enter a single alphabet ,
Ex: (i will enter "UptoAlphabet" first and then goto "Location" dropdown
Lets say i have entered "C" and submitted and when i click the dropdown i should see only country names from "A" to "C" , if i enter "H" i should see the country names upto "H"..
is there any validation to get only required values from dropdown based on another property.
***Edited by Moderator Marissa to update platform capability tags****