I am trying to create a workflow that sends an email to the owner of a new record. The reasoning behind this is that User A will create the record and assign ownership to User B. We want user B to get an email notification of this assignment.
Currently I have it configured as follows:
- Run this workflow in the backgrund (recommended)
- Scope: User
- Start When: Record is created
My "step" is to simply create a new message. How do I configure the workflow to know who to automatically send the email too?
Thanks in advance for your help!!!