I use some 'Python Fix' Data Processors to calculate some additional data for my activities. Running these programs manually calculates the results I expect.
However, when triggering a 'Python fix' with 'On Import', I noticed, that it does not use the data of the currently imported activity, but of activity selected in the activities window..
This can be checked by using a Python snippet like the following, which simply writes the activity data in the notes field:
act_date = GC.activityMetrics()["date"]
GC.setTag("Notes", str(act_date))
Did someone else experience this behavior as well, or am I doing something wrong?
Using GC 3.6 21.March.2023 Build 4013, Windows