Can I ask user to select the date from the Calander from UiPath Assistant and save it

Hi all,

I create automation using RE-Framework in UiPath Studio. I want to show calendar of the current year and get user input date from the calendar when automation starts in UiPath Assistant. I create input variable of variable type System.DateOnly. However, when I run automation from UiPath assistant, it doesn’t show calendar to select the date.

How to show calendar from UiPath Assistant?

Thanks.
Peter.

@peter.tun,

You will have to use custom input for this. Try this solution.

Thanks,
Ashok :slight_smile:

when it is about that the User has to pickup a calendar when starting the process via Assistant we can achieve it by using a process input argument of DataType: DateTime

Documentation:


taken from:

1 Like

Thanks for your suggestion. User can pick a date and time from UiPath assistant when passing input variable as System.DateTime.

Try using UiPath form activities in which you can create date picker

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