I am trying to create a model in Model Builder (ArcGIS Pro) that will calculate a "1" in a field for the most recent record based on site ID. I have a site id field (DBID), an inspection date field (i_site_date), and the tag field (TAG). There are multiple reports for each site (though some sites have none). How do I sort by DBID, select the most recent (max?) date and calculate a "1" in the TAG field for just that most recent record for each site?