Everyday i need to do datascarping and store in excel file but everyday i will be getting new data so my problem is i need to create a new excel file by using automation and store the scrapped data inside that but these file should unique.
Use write range activity and in file path give as “Yourpath\Filename_Prefix” + now.tostring(“ddMMyyyy hhmm”) + “.xlsx” it will craete a new file with creent datetime.