Hello,
Thank you for posting in Q&A forum.
Based on your description, you are building a data conversion process that includes a timestamp field named TimeStampUpdated. You want to lock historical data through incremental data conversion and ignore records in the increment that are less than or equal to TimeStampUpdated. This requirement can usually be achieved through conditional statements in data flow processing. You can set conditions in the data flow to filter out data that meets the conditions, thereby achieving the functions you need.
Best regards,
Jill Zhou
If the Answer is helpful, please click "Accept Answer" and upvote it.