I have a list like this as ko.observableArray([])
And I just need to have all ID fields inside it
I coded this but I ran into some errors
self.ApprovePersonAttendanceDataList().ID()
and
self.ApprovePersonAttendanceDataList()['ID']
And I tried below code but I got ab empty array
self.ApprovePersonAttendanceDataList().map(x => x.ID)