Currently I am working on a requirement.where i have to create a flow to update Employees's manager with Parent Team Manager value. The business process of company is there is parent team, child team team members, employees and user.if child team manager is null for some reasons parent team, manager should be assigned to employees and to their user records.My flow is working fine but its not updating the next employee record .so we can say loop iterates obnly once . i tried to debug from all scenarios but no success, any help should be appreciated.
11 件の回答
Hi David,
Actually parent team has a look up to child team, child team to eam members and Team members to Employees.
There is only one way to get employees records is with team member EmployeeId__c thats common denominator.there is anither thing userrole thats common between Paren team and employees but thta didnt work.
Flow is still working but only updating firest record.