Looks like 3yrs ago, this was not possible. Hoping the newest Nintex Responsive Designer is capable…
I have 2 dropdown fields: “Type” and “Plan.” Based on my selection in “Type,” I should only be able to select between 5 of the 10 “Plan” options. I can’t use lookup lists because there is an added wrinkle… if my “Type” is a certain value AND the value in a separate “Filed” field is Yes, only 3 of the 10 “Plan” options are available. But if the “Filed” field is No, the other 7 options become available.
Ideally, this would be a simple Rule:
If Type equals “Test”
Then Plan values “A, B, C, D, E, F” (that option doesn’t exist, but is there some formula I can insert that would conditionally remove/disable particular dropdown options?)
And for the other example and why I can’t use a lookup list…
If Type equals “Test 2” AND Filed equals “Yes”
Then Plan values “A, B or C”
I can easily create a validation rule for this. But I would like to proactively prevent the User from selecting an option that isn’t available based on the conditions. Any ideas?