I need a custom iOS Shortcut that quietly monitors any Apple Maps navigation session and, when the route ends, asks whether I’d like to save the trip. Tapping “Save” should instantly create (or append to) a note in the native Notes app that includes: • date and time the drive began and ended • starting address and destination address • total miles driven, calculated automatically from the actual route Everything should run with zero typing during the trip. An Automation that fires when navigation starts—and another that recognises arrival or manual cancellation—will keep user interaction to the single “Save / Dismiss” prompt at the end. Deliverables 1. The finished .shortcut file ready for import on iOS 17. 2. A brief set-up guide showing how to: – add the personal Automations that launch and stop the Shortcut – grant any required location or Notes permissions 3. Notes on any known iOS limitations and suggested work-arounds (e.g. if background execution needs a Focus or Low Power override). Acceptance criteria • Logs appear in a single, neatly formatted Note; no duplicate notes. • Distance matches Apple Maps route summary within 0.1 mi. • Works reliably on consecutive trips without manual resets. If a future version could optionally record “Purpose of trip” that would be a bonus, but it’s not required for this delivery.