Intro The local accountant, Hanne Hansen, needs help in sorting her files. What you will learn Primarily:Work with filesCreate a logSecondarily:For each loopsDate and timeLists Client Name Accountant Hanne Hansen Process Name FileSorting Description The one-person company Accountant Hanne Hansen spends valuable time sorting its files day after day. You’ll create an RPA process that solves this:Download the example files hereCreate an automation that sorts each file type (Notepad, Word, and Excel) into the right folderBeware: There is a zip-file, which you need to extract initiallyCreate a log that includes:Time-stampThe number of sorted filesHow many individual files got sorted (Notepad, Word, and Excel)The full path of each file Hints UnzippingGet files in folderCollect the file names in a listFor eachIterates the listUnzip filesDelete file(s)Sort filesGet files in folderFor eachIf elseMove file(s)LoggingCreate three new lists (one for each file type)In each branch in the If, add an Add item to listGet current date and timeConvert datetime to textSet variable (to be able to create a log in multiple lines)Write text to file Video Guide