Hello Everyone
I’m using the Send email workflow & inside of the To field, I am adding dynamic text which is a list of users email.
But the problem i am facing is its displaying all the receivers email in the email “To”?
I want receiver to see only his email?
Anybody know this how to solve?

Hi @anthony.viel 
Yes its possible to hide the list of emails in the “To” field
You need to use recursive workflows (Make sure you are on paid plan
)
First you have to enable “API workflow” from settings
Then Go to backend workflow section

Create a “New API workflow” for example “send_email_list”
Then add “send email” like this
Then Reschedule it like this
Then go to page where you are doing this action(sending this email)
& in that action do like this
Hope it’s clear
Do let me know if you face any issues.
1 Like
Wouldn’t it be easier to just put the emails into the BCC? That’s what it’s for in general.
@ihsanzainal84
Yes i read that in another post (Well i agree it’s another way)
But my client wants like this (As explained by @viquarahmed07).
It works for now.
But i will prefer BCC in future for other projects
Thanks 
1 Like