The from field is the parent (controlling field), and to is the child (dependent field). When users select a value in the parent, the child field’s options automatically filter to show only valid combinations.
When the child field is a multi-select enumeration:
Changing the parent value filters out any selected child values that are no longer valid
If all child values become invalid, the child field is cleared
Users can still select multiple values from the filtered list
When you change a parent enum value, RISKSHEET automatically removes invalid child selections. This prevents data inconsistencies but means users may lose multi-select choices when switching parent categories. Consider warning users about this behavior in your workflow documentation.
You should now see the child dropdown automatically filter its options when you change the parent field. Select different parent values and verify that only the mapped child options appear in the dropdown. For multi-select children, confirm that invalid selections are removed when the parent changes.