HI @PrashanthT-2849,
Sorry for the delayed response. Yes, you can use the getMetadata activity to get the lastModified dates for each file in a folder/container. You can then use a Filter activity to filter files based on the lastModified date. Alternatively you can use an If condition activity to do the filtering for you.
Hope this helps.