I have a website , in which a date is available in table , bot extract table and click on latest date from that table, after cliking on latest date , bot will download excel automaticcaly in a given path with proper naming … I have used get attributes activity for that latest date naming in downloading excel , eg. taking href attributes from that latest date,so name of that excel is like 05-01-2022-PE-realiance.xlsx… This excel downloaded in given path…But excel is downloaded but its dont have any data , like blank excel downloaded by the bot, when we manually downloaded excel then all data is present inside the excel… what is the reason for no data inside the excel…Actually excel size is 500 kb but bot will downloaded only 8 kb file which is totally blank
Hi @Prathamesh_Chavan , have you tried the HTTP Request activity?
no , i didnt try it
Its solved through get attributes activity and assign variable for excel name using split method
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.