How does a user modify a date picker in UiPath Forms to accept a date range?
Currently, it is only possible to modify the Date/Time Component to accept a date range.
- Go to the Data section and add the raw JSON object below to the Flatpickr options and Save:
{
"mode": "range",
"dateFormat": "yyyy-MM-dd"
}