
Announcements
there is 2 data source are there in the powerapps gallery
ClearCollect(colL_Nomination,'L&D_Nominations');ClearCollect(colCompletion_Report,CompletionReport)
Currently I'm filtering the gallery one drop down value
If(Dropdown1_5.Selected.Value=Blank(),SortByColumns(colCompletion_Report,"ID",Ascending),SortByColumns(Filter(colCompletion_Report, Metric.Value=Dropdown1_5.Selected.Value ),"ID",Descending))
I'm using one lookup field
LookUp(colL_Nomination,KPMG_ID=lblEmployeeAvailabilityReason_12.Text,Training_Name)
Values are coming from other data source
I'm using one dropdown field Training Name
I want to filter the gallery based on the training name dropdown field