On the incident list, there are two 'New' UI action buttons appearingIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When navigate to the incident list, there are two 'New' UI actions which appear on the top left corner. Release All releases Cause This is caused by there being a new record created on the UI Action table which applies to the incident table. Resolution Navigate to the incident list.https://<instance_name>.service-now.com/incident_list.doUsing the browser developer tools, inspect the 'New' UI actionSee Additional Informations section for references on how to do inspections in either Chrome or Internet ExplorerOnce the developer panel has opened, look for the Sys_ID of the record. This is normally something similar to the below:Copy down the Sys_ID of the 'New' UI actionYou will need to perform the above options for the duplicate 'New' UI actions. Once you have copied down both the Sys_ID, navigate to the UI Action tablehttps://<instance_name>.service-now.com/sys_ui_action_list.doUsing the condition builder, look for the two records with the Sys_id noted down previouslyDeactivate the duplicated UI Action, which will normally be updated by someone other than the System or Admin Additional Information How to Inspect Elements on Chrome How to Inspect Elements on Internet Explorer