Hi All,
I have a simple set of ComboBoxes drawing data from a sharepoint list. They are both choice fields in sharepoint. The first is a list of production lines, ex: "Line 1", "Line 2", "Line 3". The second is production stations, ex, "Station 1, Line 1", "Station 2, Line 2", "Station 3, Line 4".
What I would like to do is filter the second ComboBox to only show entries that contain the line number from the first box. I have researched cascading Dropdowns, but in this case I need to use ComboBoxes. My questions:
1) Is there a function I could use to do something along the lines of this: Filter(Choices([@'Process Audits'].Station), Contains(Station, LineCombobox.selected)) This would only display the station choices that have the line number that was previously selected.
2) Once I have filtered them, is there a way to change what is displayed on the app so that the user doesn't need to see the ,Line# section.
Thanks