Microsoft AD Spoke – Multiple Connections Setup (Connection Override)Issue AD Architecture Parent: manish.com Child: kothari.manish.com AD Representation: Use-Case: From the ServiceNow instance, we can utilize the actions to perform operations on multiple domains using a single flow. Requirements: Two or more Active Directory domains.Accounts with required permissions to perform operations on respective domain.ServiceNow instance (Paris or later) with Microsoft Active Directory Spoke or Microsoft Active Directory v2 Spoke installed and configured. All configurations explained for Microsoft Active Directory will work for Microsoft Active Directory v2 Spoke as well with their respective connections aliases. Steps: Set up the Microsoft AD Spoke, see Microsoft AD spokeIn Connection & Credential Aliases, create a child alias.Create Connection and Credential records for the child alias pointing it to the host of the child domain. These are a few screenshots showing the configurations.AD Alias:Parent Connection:Parent Credential:Child Alias:Child Connection:Child Credentials:In Flow Designer -> Connections, both parent and child aliases will be available.Create a flow. In the flow configuration, enable “Show advanced connection options”Now the option to select connection at the action level is available. Select the appropriate connection record for each action based on the requirement.The flow from step 6 has the following configurations Action Name Alias Associated Create User Parent Create User Child Lookup User Parent Lookup User Child Lookup User Child Create Group Parent Is User In Group Parent Add User To Group Parent Is User In Group Parent Following are the screenshots from the AD server before flow execution Domain: manish.com Domain: kothari.manish.com Execute the flow.The following are the executions:Users & Group are created, and User is added to the Group.Following are the screenshots after flow execution:Domain: manish.comUserParent (User) and GroupParent (Group) are created.UserParent added to GroupParentDomain: kothari.manish.comUserChild (User) is created.