@akbarmahfuzalam
I am still trying to digest completely what you are trying to really get at. I believe what you are trying to do is:
1) Dropdown with list of Teams from the WHOSWHO list (ddTeam_22). If I was guessing, I would say your Formula for the Dropdown Items property is : WHOSWHO and you are displaying the Team column. (However I don't believe this is your formula since you probably have a distinct list there).
2) Your Gallery is a list of the People (FullName column perhaps) that are in that Team selected. Expecting Items property to be something like: Filter(WHOSWHO, Team=ddTeam_22.Selected.Team)
3) You have a Label in your Gallery Template that you wish to have display the number of "Pending Approval" rows that are in the HBAdherenceLabelling list where the RequestedBy is equal to the Team Lead of the Team that is selected in the DropDown
HOWEVER, you added something in your last message that makes me scratch my head a little - you said that the TEAM column in the WHOWSWHO list is equal to the LOB in the HBAdherenceLabelling list.
So if that is the case, then I believe it is not so much about the RequestedBy that you want to count rows as much as the LOB for the Team that is selected in the DropDown.
I am really not quite getting exactly what you want because I do not see a correlation in the data to the display - there is too much that is crossed out in your screen shots. And what is visible, NONE of it matches anything in any other list.
I really need to see this data and how it correlates to what you are trying to do. As mentioned before, you can easily mock up some data to try and convey what you need.
Like this:
WHOSWHO list (only needed columns shown)
| Team |
FullName |
TeamLead |
| TeamA |
John Doe |
Leader1 |
| TeamA |
Mary Jane |
Leader1 |
| TeamB |
Bill Gates |
Leader2 |
| TeamC |
Donald Duck |
Leader3 |
HBAdherenceLabelling list (only needed columns shown)
| LOB |
RequestedBy |
Status |
| TeamA |
Leader1 |
Approved |
| TeamB |
Leader2 |
Pending Approval |
| TeamC |
Leader3 |
Pending Approval |
| TeamA |
Leader1 |
Pending Approval |
And for your App Screen
Dropdown is a list of What? (what is the formula on the Items?)
Gallery is a list of What? (what is the formula on the Items?)
ONCE we can get the above clear, I believe we can get your count correct. But, I keep guessing at how this all connects and I just need to see mocked up data like above to be able to say. If TeamA is chosen, then we should see "X" in the Gallery and a count of "Y" in the label.
Please fill in some of the details and we'll certainly get this nailed down.