I’ve got a workflow that creates a new “client” account - a company record that stores all company information. It also creates a new “user account” so that the users can login and see the company information.
During this workflow, when the new user is created, it automatically “runs as” the newly created user. I want to run the process as the user that created the new user, not login as the user that was created.
After the workflow has been run. As you can see, the user name has been changed. So has the menu - this is because a certain menu layout is different for each “type” of user.
How do we keep it as the user that created the new user account?