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....
Solved! Go to Solution.
Hi @KinYan :
Your settings seem to be fine,I just suspect that this code does not get the value.
Please add a lable control,and set it's text property to:
LookUp(Choices('Roles'.Department),Value=cbDepartment_C.Selected.Department).Value
Then check if this label control shows any value.
Best Regards,
Bof
Hi @KinYan :
Could you tell me:
Best Regards,
Bof
My reply as below in RED:
Hi @KinYan :
Your settings seem to be fine,I just suspect that this code does not get the value.
Please add a lable control,and set it's text property to:
LookUp(Choices('Roles'.Department),Value=cbDepartment_C.Selected.Department).Value
Then check if this label control shows any value.
Best Regards,
Bof
User | Count |
---|---|
253 | |
251 | |
82 | |
42 | |
29 |
User | Count |
---|---|
338 | |
266 | |
128 | |
70 | |
54 |