RE: Workflow that e-mails N:N related users/accounts
Thank you for your help! I've got the workflow working, but I have another (final?) question. First, thank you for creating the workflow solution! There are a lot of useful tools in there.
I do apologize if I'm missing something simple, I'm new to the Dynamics CRM world and am building a proof of concept to see if all the features my team wants will work, and then they might dedicate resources to it later.
So my last issue is that after the workflow is distrubuted from my data entity to my user entities, how do I still access the 'parent' record? For example, an email:
To: User(User)
From : $service_account
Dear {Fullname(User)},
This is an e-mail regarding {Application_name(Service)}
Thank you again for all your help!