Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThe data already came in the correct sequence order so you couldn't just use it as is. I simulated an out of order point sequence and then you must parse the datetime and order the points, but even then you still do not need the record ID tool as you could order the points by the timestamp itself. Anyway, great beginner spatial challenge. Thanks!
My solution: