And also I want to get the output date is (“MM/dd/yyyy”) but I got like the below format in output. How do I configure the date time format in uipath form designer.
Please let me know if you have any kind of solutions. Thanks.
We can change the format here display panel, if it is not present in your form update it.
If you cannot update
You can pass to argument in collections and change the format using parse method in do block
Thanks bro. This is the solution I need. And I also want the current date as the default date and display the user the current date as the default value. It’s also possible to set up the setting in form designer.please let me know.