Yes, recently I posted a message(combox-box-no-submit-data ) which ask why no submit data for one of the combobox, thanks for @v-bofeng-msft who fixed the issue perfectly.
today, similar issue happen again, can someone help me fix it , thank you.
There are 2 List:
List A: Departments
Office: Choice
Department: Single line of text. the column name changed from title to Department.
TeamLead: Person or Group
FolderPath: Single line of text
List B: Roles
Role: Single line of text
Office: Choice
Department: Choice
---------------------------------------
Roles PowerApps:
combo box name:
Office: cbOffice_C
Department: cbDepartment_C
Items property:
Office combo box: Choices([@Departments].Office)
Department combo box: Filter(Departments, Office.Value = cbOffice_C.Selected.Value)
---------------------------------------
try @v-bofeng-msft 's solution, but fail
LookUp(Choices('Roles'.Department),Value=cbDepartment_C.Selected.Department)
have no idea, why so difficult to submit data for a combobox....