I have a point layer "sites" and a related table "inspections" running for Field Maps data collection and a Dashboard visualization of what's going on (based on this workflow). In the webmap popup I can use Arcade to find the most recent inspection (or no inspection) in the related table based on each site point, etc. Now I need to populate fields in the parent point "sites" layer with a daily update for "next inspection" (a straightforward calculation based on data in "sites" attribute table), "last inspection" (a query of the related records for each site), and a third field where an arcade script decides if an inspection is due. I can calculate these manually in the Data view at ArcGIS.com with arcade. Is there a way to automate this to run daily via ArcGIS.com or ArcPro desktop? I can't figure out how to reference, sort, select most recent inspection, etc from the related table data in model builder for Pro desktop (to schedule a task) or how to use Calculate/Notebooks with Arcade to schedule a task online.