@ttaylor4125 ,
Sort on the gallery you posted by name would be
Sort(
AddColumns(
GroupBy(
AddColumns(
YourListName,
"EmpName",
Employee.Value
),
"EmpName",
"Data"
),
"NewDate",
First(
Sort(
Data,
SubDate,
Descending
)
).SubDate
),
EmpName
)
I do not fully understand the issue with the date sort (the final result is not sorted by date, but rather shows the newest date on each item).
The problem with the Notes is there are more than one Notes field per item, so unless you want the second gallery to have the Items
Gallery1Name.Selected.Data
where you could display all the records belonging to the selected group in the first gallery.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.