How to increase number of attachments visible on form headerSummaryOn an attachment header, the number of attachments to be viewed at a time is limited to 3 in order to have a better user experience. When the number of attachments exceeds 3 a user can see "+x" icon even if it is unnecessary given to the actual form width. This article describes how to view more than 3 attachments at once on the attachment header.ReleaseAllInstructionsModify the below system property : "glide.ui.attachment.overflow_limit" value to the required limit. https://instance.service-now.com/sys_properties.do?sys_id=3c711f1e0f903300a50e6dd0ff767ee2 This property controls how many attachments may appear at the top of the form. Attachments will wrap to additional lines if there is not sufficient screen width. If the number of attachments exceeds this value, a button indicating the number of additional attachments appears by the last attachment.