hi i am using file folder trigger to run the bot .when new file is added in folder bot has trigger and read newly added xml file .but somtimes two or more files are added in the folder at same time (suppose 5 files added at same time the bot is triggered 5 times but it reads only same file each time .I need read those 5 files one by one). i just want to read newly added latest files not exesting files how i overcome this problem .
(Note: latest file is comes at first index always)