On Azure, synchronizing nested groups (groups with groups inside) into ServiceNow imports empty recordsIssue <!-- 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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } body.c5 {height: 100%;} td.c4 {vertical-align: middle; text-align: left;} td.c3 {width: 50; vertical-align: middle; text-align: center;} img.c2 {align: baseline;} hr.c1 {border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc;} --> On Azure, synchronizing nested groups (groups with groups inside) into ServiceNow imports empty records ProblemAzure allows you to create groups with groups are group members (nested). However, on ServiceNow, the system only allows you to add Users on the group form. When synchronizing nested groups with ServiceNow, Azure creates empty records on the instance group form.SymptomsYou recognize this problem because: You have Azure setup with groups with groups as members (beside users)You have setup a synchronization with a ServiceNow instanceYou will see empty user records being created on the parent group CauseThe problem is caused because ServiceNow group form does not allow nested groups, or groups inside groups. Group members can only be Users. On Azure, the Groups allow both groups and users. However, Azure does not differentiate or add the members of the nested groups, instead it try to create them as members. ResolutionPlease note Azure is not a ServiceNow product. For specific questions on the synchronization process, please contact Microsoft support. To resolve this problem, please ensure on Azure to that any Group added to the synchronization, does not have any groups inside any other group, or nested. Instead, add the member of those nested groups into the parent group. To accomplish this: Copy all the users members of the nested group into the parent.Remove the nested group from the groupRepeat as many times as nested groups present. Note: Azure is not a ServiceNow product. For specific questions on the synchronization process, please contact Microsoft support.