good afternoon group
I appreciate your help to solve the following case
1-. I have two lists SharePoint “tbl_01_Companias” y “tbl_02_CentrosOperacion”
In “tbl_02_CentrosOperacion”:
column A: f010_razon_social
column B: f285_descripcion
column C: Departamento
column 😧 Municipio.
2-. In PowerApps I have two Dropdown Lists or Combo Box
cmbCompania – Items:
Distinct(tbl_01_Companias;f010_razon_social)
cmbCentroOperacion – Items: Distinct(Filter(tbl_02_CentrosOperacion;Compania=cmbCompania.Selected.Result);f285_descripcion)
this, to select the Operation Centers of the chosen Company
3-. What I need is that according to what was chosen in the combo box, in the text label lblMunicipio.text it brings me the content in the Column 😧 Municipio