I am trying to connect 2 comboboxes in a power apps screen each of these are connected to the same sharepoint list but I am trying to get them to relate to each other.
I have tried as follows
ComboBox1
ComboBox1.Items = List.Column1 ComboBox1.OnChange
= UpdateContext({selectedItem: ComboBox1.Selected.Value})
ComboBox1_1
ComboBox1_1.Items = Filter(YourSharePointList, Column1 = selectedItem). Columna2
I do not know what I am doing wrong or how else to solve a case like this 😔

Report
All responses (
Answers (