How to download the file for entire cycle 1 June 2021 to 31 July 2022

How to download the file for entire cycle 1 June 2021 to 31 July 2022.

@vivek_sinha
can you elaborate.

When I run the bot then bot start downloading the file for current month.

Example - bot downloading the file for current month ( July month)

Note- I want to download the file for entire cycle which is 1 Jun 2021 to 31july 2022.

@vivek_sinha

try This Expression →

Enumerable.Range(1,date.DaysInMonth(2022,07))

you Will get the Total number of days in month.
Use it as your requirement.

Ok thanks,

But by using this expression we can download the data from 1 Jun 2021 to 31 July 2022?

@vivek_sinha
Please refer this

Hello @vivek_sinha

How you are downloading the files? Do you need to select some range in the application and then need to click on the download button?

Thanks