Discovery_Source is not getting updated when SG-Intune is processing the ISETSummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } There is a property called skip_updating_source_last_discovered_to_now.You can read more here: https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/configuration-management/reference/properties-id-reconciliation.htmlThe default value of it is false, which means Discovered Source and Last Discovered will always be updated whenever the CI is updated. However, if the value is set to true, these columns will not be updated.If you check the SG-Intune software data source and navigate to the Robust Transformer,You can see that the property skip_updating_source_last_discovered_to_now for Intune is defined OOTB as true. That means it is explicitly configured to NOT update Discovery Source and and Last Discovered. It is SG-Intune that is configured to skip updating the Discovery Source column. You can see that the property skip_updating_source_last_discovered_to_now for Intune is defined OOTB as true. Flag indicating whether to skip updating the discovery_source and last_discovered fields in the Configuration Item [cmdb_ci] table. Valid values: true: Do not update the discovery_source and last_discovered fields if the payload item value does not specify last_discovered.false: Updates the discovery_source and last_discovered fields. Default: Uses the value of the glide.identification_engine.skip_updating_source_last_discovered_to_now system property.