Use case: There is an excel file in shared drive which is used everyday by a team member. The excel file consists of issue records and comments. Everyday a team member copy new records and paste it on the excel file (overwriting) manually (once a day). Then they manually run the Alteryx WF (once a day) which appends these new records to a table in database.
Problem scenario: If the team member runs the Alteryx WF twice (with same existing records in excel file) instead of once a day, duplicate records will get appended on the database table.
Question: How can I avoid this problem scenario?
Thank you!