When importing HR Profiles from Workday, the Manager field is being updated to the incorrect user for every HR Profile that is importedIssue When I try to import HR Profiles from Workday, the Manager field is being updated to the incorrect user for every HR Profile that is imported.CauseMisconfiguration issue.ResolutionThe HRIntegrationsWorkerTransformHelper script include contains a function "updateManagers" that uses the Employee ID field to update the employee manager. The transform map script that calls this function was disabled in the HR Profile Transform Map. Use the OOB (out of box) onBefore transform script. This was deactivated. Change the field map for manager to not return anything instead of returning null. As stated below, you are proceeding with the workaround of running the business rule "after" record insert instead of "before".