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
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
276 | |
250 | |
87 | |
38 | |
34 |
User | Count |
---|---|
342 | |
246 | |
128 | |
73 | |
44 |