Daily Steps Tracking/Sync

I want to log the steps too. My Coros watch gives me daily steps from midnight to midnight.
I would like others opinion on how to enter the data. Because if you want to enter the steps at the time of entering other wellness metrics (mostly in the morning), you would need to enter them on the day before. Unless someone has a better idea?
Same question goes for some other metrics that I’d like to track. My Coros watch gives me some 24hr values that need to go to the day before, like Active Energy, Steps, 24hr avg HR and 24hr HR range.
I am OCR’ing that info from the Coros app screen and pasting the OCR text in the wellness comments. Then I run a sheduled task on my desktop computer with an API call that gets the unstructured comments field which I then parse in Excel and I return the parsed values with an API put statement to the Intervals wellness fields that already exist. The other parameters are sent back to the comments section in a structured way. Now that we have custom fields, I want to setup those different fields and populate them with the parsed values.
I guess the best thing to do is to return 2 API put statements, one with todays values and one with the supplementary fields for yesterday.
I’m using the same workflow to enter Kubios HRV data. Saves me quite a bit of time to enter all the information and the OCR is working flawlessly.
If the Corors Api gets done, I will off course use that, but in the meantime, that’s how I get all my data.