Caveat: I am very new to PowerApps.
I have seen some similar problems reported, but none are exactly what I am trying, and those solutions have not worked for me.
I have a Sharepoint list used to track an item fault. I want to be able to categorize those faults using two choices, one is a broad category, and the second is a more specific callout, based on the first. I want to filter the choices in the second column by what is selected in the first column.
I have tried building separate lists and linking them, and I have tried making choice columns in the same list and cannot get either to work properly.
| fault parent | fault child |
| 1 | 1.B |
| 1 | 1.C |
| 1 | 1.D |
| 1 | 1.E |
| 1 | 1.F |
For clarity - when entering the record, I want the parent column to dictate the choices in the child column, based on a table or list of choices.