I have a dataverse table

'Employee ID' column is a lookup column to the Employees table
I tried using a Groupby like this
ClearCollect(NewCollection,GroupBy(
AddColumns('Employee Assets','_empid', 'Employee ID'.'Emp ID'),
'_empid',
'dataRecords'
))
But it gives something like this ,

everything inside 'dataRecords' is empty, It has 3 rows , but apart from unique identifier , there is nothing