Determining who you are impersonatingIssue <!-- 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; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Determining who you are impersonating Symptoms Symptoms may include the following: Unexpected behavior in workflow executionWorkflow editor does not reflect the right personWorkflow does not run on an insertion of a recordThe Checked out by user cannot make changes to the checked out versionCannot start workflowWorkflow does not startWorkflow does not trigger Unexpected behavior in workflow execution When impersonation is used in different tabs, the workflow editor may not always reflect the right person. This can cause unexpected behavior in workflow execution or in the workflow editor making changes to the checked out version. For example: the workflow does not run on an insertion of a recordthe Checked out by user cannot make changes on the checked out version or may not be able to publish the checked out version How to determine why the workflow did not run when the workflow condition matches on a glide record insert The issue could occur for a newly created workflow version that is not published yet. To troubleshoot this issue: Log in as a workflow admin.Navigate to Workflow > Workflow versions.Search for name of the workflow and open a record form.Verify that it has a published version. The Published option should be selected.If it does not have a published version and the user is trying to run a workflow that is different than the Checked out by user, the workflow does not run because there is no valid workflow version available for that user to run.To fix this issue, the Checked out by user needs to publish the checked out version so that other users can use it. Determining why the Checked out by user is not able to make changes to or publish the checked out version Verify that the user does not have multiple tabs open and is impersonating different users.Verify that the user has not created a workflow in one tab and opened up another tab, impersonatng another user there. In this situation, the workflow editor does not reflect the right person during impersonation, which could cause unexpected behavior.Close the different tabs. Open the workflow editor again with proper logged in user. Example use case: User logs in as a workflow author and creates a new workflow or checks out an existing workflow. In either case, it is a Checked out version.User opens up a new tab and impersonates another user named Joe Smith. User then goes back to the original workflow editor tab and tries to make some changes.The user might notice that the workflow editor has unexpected behavior because the workflow editor does not reflect the right person.Since the other tab has Joe Smith impersonated, this is not a valid user for the checked out version.To fix this issue, close the workflow editor tab, then open up the workflow editor again with the proper logged in user.Verify that the workflow editor reflects the right person.Verify that the workflow editor has the expected behavior.