How to select the options in drop down menu

Hi,

I want to select the date, month and year from the below drop down menu.

image

How can I select.

Regards

@raju_alakuntla

hi

use select item activity

cheers

Hi @Shiva_Nikhil ,

Thanks.

But What if I want to select today’s date, month and year?

Regards

Hi @raju_alakuntla ,
Have you try type into activity?
or you can use select item activity
regards,

@raju_alakuntla

try with type into activity it will works

for more check this

cheers

Can try it using type into activity?

@raju_alakuntla Use Type into activity and indicate where you want to write the the date and in the input section of type into pass this “DateTime.Now.ToString(“dd/MM/yyyy”)”
Hope it works

Thanks

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