using v8.5 currently
I have an xml file that is updated regularly. The end goal is to create a drop down list of States that someone can select, and have the graphic fill itself with the attribute by State. the data is structured like this:
States
| State
|| id = number
|| StateName
|| StateAttribute1
|| StateAttribute2
Unfortunately the data is ordered by the value of one of the state attributes, and the id is not a unique identifier but instead the position of the State in the States array. How can I use visual logic or a script to search through this by StateName?