I would like to know because I have a feeling that if you use poles during a run then your step count is down by about 25%!
There are also lots of step competitions now so it would be useful to know how far one needs to run to get the required number of steps.
There must be hundreds of reasons why Garmin should include Step Count as a running metric but most importantly if I can have a data screen showing the number of steps on my watch then it should be in the Activity report as well!
You can add the steps by adding a data field from Connect IQ. I use this one: https://apps.garmin.com/en-US/apps/eb7018d6-3a13-4530-92ec-ed51d1f56e07
Another way is to multiply the average cadence by the number of minutes.
Or open DevTools (F12) → Network, then load Activities' list or open some Activity.
After loading a page, on that tab you'll see all loaded files.
Search for: activitylist-service or activity-service, select, and check Response.
It's JSON with different data about an activity, including steps. Those are saved, but hidden.
As a developer I totally understand this and your instructions were excellent.