For each row in a data table in excel, select the date from a Calander picker and update

The calendar cannot be manually entered into a text box.
I only need help to figure out how to configure the assign day to click the imaged dates and time.

This is the value it is saved to that I’m trying to get to work:

Assign Day
day = CDate(CurrentRow.item(“Delivery”).toString).Day.tostring

If more images are needed, please don’t hesitate to ask, and thank you.

Hi @Bizu

To select the date in the datepicker, check the below video,

Hope it helps!!

Hello, thank you for the fast response! Unfortunately, I don’t see these options within UiPath studio? Is this strictly for app studio?

Okay @Bizu

You are using the Classic activities in that video they used Modern activities.

Follow the same approach but try to do it with Classic activities.

It there a specific Classic activity that would correlate to the modern activity? I’m not seeing such besides the “select dates in Calendar” prompt.

No there is no specific activity in classic and modern for selecting the dates in date picker… @Bizu

We have to use the UI activities and fine tune the selector as per our requirement.

Hope you understand!!

Yes, I’ve tried get browser - set attribute activities, but there seems to be an issue with the web picker updating the innerHTML value in the calendar. Is there a way you would recommend for classic activities?