How to select range date form drop down list in Uipath

@sailor_bb you can use select item or if that doesn’t work two click activities (one to open the filter and one for the selection).

In order to choose the date you have to apply dynamic selectors:
How to use variables in selectors in Studio (dynamic selectors) without string manipulation! - News / Tutorials - UiPath Community Forum

Beforehand you can use assign to specify the date and the variable for your dynamic selector.

1 Like