I have a workflow that is triggered when an MRR is Assigned To a user. I want to send a notification to the Assign To user. Currently, I am passing the IFS User ID and then using that to get the Person Name:

I then use the Parameter UserID to assign the Distribution to go to this User:

If I look at the Workflow activities, it shows Distribution to the correct User Name, but the user never gets the email. If I just choose the User Name from the list, then they get the email, but I need this to be dynamic. How can I set this to send to the User selected as the Assigned To? Anyone know why what I am doing does not work?