Hi,
I want to select the date, month and year from the below drop down menu.
How can I select.
Regards
Hi,
I want to select the date, month and year from the below drop down menu.
How can I select.
Regards
Hi @raju_alakuntla ,
Have you try type into activity?
or you can use select item activity
regards,
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.