Dynamic dropdown over an external API request
I'm trying to create a dynamic dropdown, similar to Country-State-City logic. I have implemented this process logic before using vanilla JS where the selected ID is captured and sent to the following method as variable. Since I'm using ServiceNow ser...