I have a script that will be running three times a day (7am, 3pm and 5pm) but I only want the script to run on those features that have been added since the last time the script was run.The attribute table the script will be going through is quite large (250+ fields with 1000+ existing features). The number of new features between each run will probably not exceed 25. I've thought of saving a snapshot of the table between runs but due to the size of it, I don't think I want to go this route. Is there a way to somehow use timestamps or unique ID values (since they will continuously increment)? If so, which would be the better solution and how would I go about starting that.