Start date to today date unable to type in uipath

@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.