Shortened List for select_one

456
2
09-19-2019 09:53 AM
GinaFox
New Contributor II

I am looking to shorten the list of potential answers for users based on their answer from above. For example, the user is prompted to select_one from a list and they choose 'A'. Now I want them to select_one again, but from a different list. Since this different list is so long, I want it to only display values for the user that are associated to 'A'. If the user originally selected 'B' then I would want that second select_one to display a list of values associated to 'B' and so on. 

I tried the pulldata() function, but it would only display the first value in the list associated to 'A' or 'B' or etc.

0 Kudos
2 Replies
DougBrowning
MVP Esteemed Contributor

Take a look at the choice_filter column.  You can use other columns in the choices tab to narrow it down.

GinaFox
New Contributor II

Thank you!

0 Kudos