[BUG]: FluentDetails List (1.0.22) - Column Items not Displaying after Patch to Collection #381
Labels
bug
Something isn't working
code
Issue is related to a Power Apps code component
Component: DetailsList
Milestone
Fluent Details Placed within Gallery based on Collection filtered to Group
** Gallery Code
//Get Items
GroupBy(
SortByColumns(colTimeEntries,
"ProjectStart", SortOrder.Ascending),
"ProjectGUID","grpProject"
)
** FluentDetails Code
//Get Items
SortByColumns(
Filter(colTimeEntries,
TimesheetGUID = galTimesheets.Selected.TimesheetGUID,
ProjectGUID = ThisItem.ProjectGUID),
"SubmissionDate",
If(IsBlank(ctxSortAsc),
SortOrder.Descending,
If(ctxSortAsc,
SortOrder.Ascending,
SortOrder.Descending
)
)
)
To Reproduce
Steps to reproduce the behavior:
Screenshots
AB#975
The text was updated successfully, but these errors were encountered: