Require to delete , insert and remove duplicate data in an entity

0
i have used the FlatFileInterface module to insert csv files automatically on schedule into an entity. what i am seeing is that , on schedule the data keeps appending to the entity, created additional and duplicate entries. i need a way to clear the entity and then insert using FlatFileInterface and then remove duplicates so there is only unique latest data in it.. for this i need to understand if i can schedule a microflow to run at a certain time, that can delete and remove duplicates of the data. as i am able to insert the data on schedule using FlatFileInterface module.. basically trying to understand if we can schedule microflows to run at a certain time of the day..
asked
1 answers
1

Running a microflow at a certain time or date and time can be done by using scheduled events.

See https://docs.mendix.com/refguide/scheduled-events for more information

answered