Assigned to field is not getting updated for CI's being discovered from Service Graph Connector for IntuneIssue Assigned to field is not getting updated for CI's being discovered from Service Graph Connector for IntuneReleaseService Graph Connector for Microsoft IntuneCause=> The lastSyncDateTime on the source record from staging side is older than that of what we have in the last_scan field on the sys_object_source table.=> The user in the userprinciplename field on the staging table is not active true.=> The userprinciplename is empty on the source records.Resolution-> We have to ensure that lastsyncdate time is later to that of what we have in last_scan value on the sys_object_source table. -> The script operation is updating the assigned_to information based on the source fields - u_userdisplayname, u_userprincipalname. -> We need to ensure that the userprincipalname is coming in the staging table. -> The script include "CMDBIntegrationUserLookup" evaluates of the assigned to user is active on the sys_user table so if the user is not active then the assigned to field is not passed on to IRE and hence the assigned to remains empty. -> All the above points when considered and reviewed the assigned information gets updated.