Hi!
I am new to Power Apps and I am building the app in Teams.
My issue is that the label won't read the combobox
My code in the Text property of label is cobNewJoiner.Selected.Name
I expected the label will show "Testing", but it just kept empty. Any idea how to fix this? Thanks!
Solved! Go to Solution.
You're using the teams combobox, if you go to settings and activate "classic controls" you can choose the old combobox, this one works. Unless someone proves me otherwise I believe the new fluent ui combobox is broken.
Not working, still blank.
And I tried IsBlank(cobNewJoiner.Selected.Name), it shows "true". Why would it be blank?
Just "NewJoinerPhases", the name of the table
@R_KW what are the columns in this table?
Also put another label and set it to CountRows(cobNewJoiner.SelectedItems) and see what you get.
The first column is Name, followed with 5 other string columns.
CountRows(cobNewJoiner.SelectedItems) shows 1
@R_KW ok. For sure 1 item is selected. Put this in a button onselect, select the whole formula and see what it shows
First(cobNewJoiner.SelectedItems).
Please send me a screenshot.
You mean put First(cobNewJoiner.SelectedItems) in button onselect?
User | Count |
---|---|
253 | |
113 | |
92 | |
48 | |
38 |