How to show timestamp while adding files from manage attachments?Issue On adding any file from manage attachments it is not showing the date and time when it was actually attached.ReleaseAll releasesResolutionThe behaviour which is happening as per OOB functionality on attaching files the time and date will not be visible, To achieve the requirement please follow below steps:1. Go to the UI Macro "attachment_entry" kindly navigate to below record for referencehttps://instancename.service-now.com/sys_ui_macro.do?sys_id=2c43bf710a0a0b39001e825b1ea82b4f&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null&sysparm_record_row=1&sysparm_record_rows=1&sysparm_record_list=nameSTARTSWITHattachment_entry%5eORDERBYname In HTML at line no 119: add below ${HTML:sys_attachment.sys_created_on.getDisplayValue()} Output: