- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 04:09 AM
Hi Experts,
Requirement is to populate all countries and based on the country selection need to populate city names which are comes under that country in next question choices. Reffering to cmn_location table.
Kindly help me on achieving this,
Thanks in advance,
Chaithra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 04:24 AM
Hi Chaitra
what is the field type of city and country?
Check below screenshots for refernce:
Country :
city based on country
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 04:22 AM
Hello,
Try to add below in reference qualifier of City field.?
javascript: 'name=' +current.variables.country
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 04:24 AM
Hi Chaitra
what is the field type of city and country?
Check below screenshots for refernce:
Country :
city based on country
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP