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!
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.