How to increase the max character limit for Smart Assessment textarea questions

anithaanime
Tera Contributor
We are working on Smart Assessment questions where the textarea field is currently restricted to a maximum length of 1000 characters.
Our requirement is to increase this character limit to support larger responses.
Has anyone implemented this before or knows if this limit can be configured or customized? Any guidance on the table, property, or script controlling this behavior would be helpful.
Thanks in advance.
2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @anithaanime 

 

Navigate directly to System Definition > Dictionary.

Open the record for the multi-line field and modify the Max length field to match your new limit.

 

Check these KBs:

KB0685779 Why ServiceNow fields accept string inputs that exceed the max_length value 

KB0718701 Set the maximum character length for variables of single-line text or wide single line-tex... 

https://www.servicenow.com/community/developer-forum/justification-charater-limit-increase-in-smart-...

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

anithaanime
Tera Contributor

Hi Thanushree Maiti,

This issue is related to Smart Assessment. Updating the dictionary attribute will not work in this case, as the restriction exists in the Assessment Workspace.
Also, the KB article you shared(Justification charater limit increase in Smart Assessment)
 describes the same issue we are facing, but it does not provide a solution or workaround for increasing the character limit.