Start date to today date unable to type in uipath

Dear All

I am a new learner in uipath , I am trying to make one data downloader by uipath but after reached the date rage section i am totally confused bout it ,

I want to type last 15 days date from to today , and want to select file type csv and last to click export ,

Please help me to make one demo for make easy to my work
Capture

Hi @Rajesh_bb ,

Maybe a more clearer details would be also to show us the manual inputs that you would provide in the UI Screen provided. It would help us to get the data that you would want to input correctly.

We could understand the Click needs to be performed on the CSV option from the Dropdown but the Date Range Selection or Input is not clear.

Do we need to Input Ranges in a Loop, What should be the values of From Date and To Date ?

HI, Prt sc attached for your reference ,

First step - I want to take every last 15 days activities data by date range , Example , From date , 09/10/2022 to 24/10/2022 )

Second step - Want to select file format by dropdown - CSV file

Third step - Want to click “Export”

@Rajesh_bb ,

For entering into the Date field, Could you type into it manually as well or do we need to use the Date Picker only ?

Hi, Date should be type manually like attached file ,

@Rajesh_bb ,

If that is the case, do give a try on the below Expression :

For From date field :

Now.AddDays(-15).Date.ToString("dd/MM/yyyy")

For To Date field :

Now.Date.ToString("dd/MM/yyyy")

For the CSV Click , try Indicating the CSV option and use Simulate Click.

Let us know if you were able to perform this.

Date range issue resolved,

Next step i am confused about select CSV file ,

Could you please give me some steps for select the csv file and click to export it’s my last step for complete this task

Thank you so much for your kind support

@Rajesh_bb ,

Already Suggested,

As we also need to Click on Export, Use Click Activity and Indicate on Export button (Simulate Click enabled).

If still not able to perform, request to provide what happens when you perform Indication on the CSV option/ Export button.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.