Hi All,
I am using the email smart service . My constant : cons!emailstosent --> has {"abc@outlook.com","xyz@outlook.com"} My email template has: --> Hi ###User### _________How to I configure my parameter in template such that I get 2 emails ,
1. Hi abc , --> that is sent to abc@outlook.com2.Hi xyz --> that is sent to xyz@outlook.com___________
Discussion posts and replies are publicly visible
You would need to configure your process in such a way that it sends multiple separate emails, where each one has the name of the specific user in the cons!emailstosend list. Alternatively, if you need it to only send one email, you'll need to either modify your template to change the wording, or perhaps fill in something for ###User### that's more generic than a particular user's name.
Thanks @MIke . Yeah I knew , I need to change the process model in that way . BUt wanted to check if there is any hack for that . No worries.Appreciated
Unfortunately, there's some functionality they haven't ported to a!forEach. It still requires MNI. Sometimes for security / stability. Sometimes maybe they just haven't yet.
I remember how frustrated I was when I learned you can't use a!startProcess() in a looping function. Why I even wanted to, I don't remember now.