CRM On Demand: Send email to owner's secondary address
I'm trying to setup a workflow that will send an email to the secondary address that is stored in the user details of the account owner.
I use this function in the expression builder part of the "To:" address.
JoinFieldValue('<User>',[<Owner>],'<SecondaryEmail>')
The email is not being created/sent. There is also no error message in the workflow monitor.
What am I doing wrong?