I have a drilldown question with two dropdowns: State and City. Separately, I’ve uploaded a supplemental data file containing Unique ID, State, City, and other additional fields. Unique ID, State, and City have all been set as search fields.
I want the respondent to select State, then City, from drilldown question, then based on the selection look up values from additional fields and then pipe text into latter questions.
This seems to work with a multiple choice question as there is only one field that can be used as the lookup value but not with two dropdowns.
Thanks in advance for your help.
Hi
You’re right: when using two-level drilldowns (like State → City), the Lookup from a Contact List or Supplemental Data only allows one value (usually the final selection) to act as the search key — not both levels together.
Here’s a workaround that may help:
1. In your uploaded data file, create a new column called something like StateCityKey, which concatenates both fields:
StateCityKey = State + "-" + City
(e.g., Texas-Houston)
- Set this new StateCityKey as the search field in your directory or supplemental data.
- Then, use embedded data in your Survey Flow to define:
Embedded Data:
StateCityKey = ${dd://QIDxx/ChoiceGroup/1} - ${dd://QIDxx/ChoiceGroup/2}
Replace QIDxx with your drill-down question ID. - Now use StateCityKey as the lookup key for pulling additional values from your uploaded data.
Do let me know if it helps.
Thank you for your reply. What I didn’t realize is that you can actually look up data from the supplemental data source based on two columns.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.