Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rabbottHello Again,
Upon further review, I believe I may have misinterpreted your initial message. It appears you wish to group records by Contact, then extract the most recent record from the group.
To accomplish this, I've replaced the Split node with an Agg node and modified the Sort node to sort first on the "Visitor" column (which should be equivalent to Contact in your example), and then on the Date. The Agg node then groups by Visitor (which, again, would be Contact in your example) and emits the latest record.
Attached is the modified graph. I apologize for any confusion.
Attachments:
ExtractNewestRecordForEachGroup.brg