I have a large list of assets that have the same field schema but different attributes values. I don't want to create duplicate fields (one for each asset type that asks the same question) to collect data if 1 field works for all assets. Is it possible to use a single select one field that would change the select one options based on an answer to a previous question? Or, add a relevant statement to each value in a list_name? Some way to model what subtypes reading from a selected domain value in arcmap would do.
If answer to question 1 = A, question 2 (my select_one question) shows only options from list_name A
If answer to question 1 = B, the same question 2 shows only options from list_name B. And so on...