How to add multiple date values in single field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 12:45 AM
Hi, I have a requirement where we need to add or select multiple dates in single field . Is there any field type we can use for this multiple selection. Because using date or date time field we are able to add only single date value. can someone please provide solution .
Regards,
Kalyani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 01:02 AM
Hi,
nothing OOB for this.
you will have to create those many date fields
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 03:38 AM
Hi Kalyani,
Why is there a need to add multiple dates in a single field? How would the end-user enter and edit these dates? It is possible to create a string field that would hold 2 dates separated by a comma. Users would be able to enter/edit dates in a separate date fields and have a script update the string field containing these dates.