How to display days 1 to 30 use selectors

My query is to display dates (1 to 30 days) dynamically which actictives can i used and how to execute this i need clear explantion

@Geethika_Palakani

Kindly elaborate more on the issue.

My query is to display dates (1 to 30 days) dynamically which actictives can i used.

My query is to display dates (1 to 30 days) dynamically which actictives can i used and how to execute this need clear explantion

Hello @Geethika_Palakani,

What exactly you want to achieve please explain it in little detail.

Regards,
Bharat

hi bharat first a fall thank you for ur responce, my query to display dates that is 1 to 30 days using selector

You want to display calendar to the user and want to take input from them if this is your concern. Then you can use custom input activity and can create a html page that shows calendar and then can take input from it.

Activities - Custom Input

System.DateTime.Now.Tostring(“MM/dd/yyyy”) Will give you the date . Specify your requirement clearly if anything else is required

There isn’t any activity for generating dates from 1 to 30, but you can do that using other activities and creating a workflow.

Happy Automation

@Geethika_Palakani

  1. Selector is not used for display purpose it is used to identify a ui element that is a display element which is already present
  2. if it is always 1 to 30 there is no dynamic in it ..all of it is static and can be stored in array or use Enumerable.Range(1,30).ToArray to generate a array with 1 to 30 values
  3. If you need to display calendar then you can use UiPath forms which has a calendar/date field in built

cheers

@Geethika_Palakani

possible duplicate

https://forum.uipath.com/t/use-selector-display-days-1to30-in-calander/2813939/5?u=anil_g

cheers