How to add multiple date values in single field

kalyani23
Tera Contributor

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

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

nothing OOB for this.

you will have to create those many date fields

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hitoshi Ozawa
Giga Sage
Giga Sage

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.