Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Multiple emails in email field type

sieusaopolo15
Giga Sage

How can I add multiple emails inside an email field type ? Is there any dictionary attribute for that ?

sieusaopolo15_0-1737509942220.png

 

1 REPLY 1

Amit Verma
Kilo Patron
Kilo Patron

Hi @sieusaopolo15 

 

With the email field, it is not possible to add multiple email addresses to the same field. You can change the field type of multi-line text or a list collector to capture multiple email addresses. If you want to go ahead with multi-line text, you can put an instruction to your end users to enter email addresses separated by comma which you can use as a delimiter inside a Client Script to gather individual email addresses.

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.