SGC Solarwinds - New Network Adapter records are not getting created based on unique (Name + MAC Address)DescriptionService Graph Connector for SolarWinds is not creating new network adapter records based on unique Name and MAC addressSteps to Reproduce Run SG-SolarWinds Network Adapter data source and if user has multiple same mac addresses with different name, then you will see all are getting merged into one.Workaroundgo to below link https://<instance-name>.service-now.com/sys_rte_eb_multi_in_script_operation.do?sys_id=7257248177da01100dfa1bfaae5a996c 1. Update line no: 7 from output[i] = input.computer_source_native_key + "||" + input.cleansed_macaddress; to output[i] = input.computer_source_native_key + "||" + input.cleansed_macaddress + "||" + input.first_non_null_name; 2. Add first_non_null_name in the source fields refer below screenshot Related Problem: PRB1985050