Is there any way I can export my activities from Garmin Connect INCLUDING NOTES?
I know how to export from all activities into excel which is great, but its missing the NOTES which is essential for what I would like to use this export file for.
Is there any way I can export my activities from Garmin Connect INCLUDING NOTES?
I know how to export from all activities into excel which is great, but its missing the NOTES which is essential for what I would like to use this export file for.
Not directly, but you can use the JSON data of the activity. That's accessible when you open DevTools of the browser (F12) - if you open the activity stream on the Network tab of the DevTools, the notes are in the field "description". The stream request is named like the ID of the activity as shown in the address bar of the activity page. Sort the request by name, and look at the preview of all of the requests having that numeric name. The activity metadata are only in one of them. The track JSON data is then in the request starting with "details"