IVIURRAY / strava2notion

Import Strava information to Notion
42 stars 11 forks source link

Append data to table, don't create a new one! #3

Closed IVIURRAY closed 3 years ago

IVIURRAY commented 4 years ago

Currently, when you run the script it creates a new table every time in the Strava page in Notion.

Ideally, it should just append data that it has not seen before. Making some sort of primary key for each activity and only appending it into the table if it has not seen that activity in the table before.