Forum Discussion

hymieho's avatar
hymieho
Icon for Resolver I rankResolver I
8 years ago
Solved

Load/combine multiple files, but only the two most recent files in the folder

Following up to my question here: I now need to compare the two most recent files to look for changes/differences. How do I keep/combine the two latest files (9/26 & 10/23 in this case). I see List.M...
  • drewlewis15's avatar
    8 years ago

    One option could be to sort your date created column in descending order, and then only keep the first two rows.