Hello,
First time utilizing this great community which had helped us a lot in the past simply by reading previous topics. Hopefully a pragmatic solution can be proposed by some of the great minds out here.
Summary: Creating dependent lists based on user selection with respect to Country, State City. In essence, the first selection allows a user to select a country (DONE). Upon doing so, the intention is for a new list to be created which only includes the cities applicable to the specific country they have chosen (skipping the State for now, as once a solution is found we can easily duplicate).
The Database: We have a 43,000 rows long list stored as a Thunkable table (not airtable, no API, no Google Sheet). Each row has City, State, Country.
Progress: Weâve created the country selection list, which gets activated when a button is pressed. The item selected is then displayed in the button text. That works just fine.
Next Step/Problem: For example, if the user has selected United Kingdom as their country, I wish to âsearch and pullâ only those cities whoâs âcountry columnâ reads United Kingdom and put them into a new list which will be displayed to the user when they press the second button (city select). This obviously has to be dynamic so that the list changes according to the actual item selected by the user in step 1.
Iâve been looking throughout the forum non-stop but couldnât find a solution that is simple and works great. Weâre using the Thunkable table as it seems to be the fastest to pull out the results. Also important to note that we are using List Viewer to display the lists and not Data Viewer.
I look forward to your feedback. Thanks in advance.
Jon