Hi,
I have a excel file with email id listed below
I need to paste those emails one by one into Outlook To Field. The excel sheet might be having multiple emails or single email.
Need your inputs.
Thanks in advance
Hi,
I have a excel file with email id listed below
I need to paste those emails one by one into Outlook To Field. The excel sheet might be having multiple emails or single email.
Need your inputs.
Thanks in advance
Hi,
Use for each loop, and use assign statement and append each email address along with ; to a variable.
Use this variable in To field of outlook.
Thanks for your prompt response @anil5, Can you provide a sample xaml file, I tried the same but didn’t get any results.
Thanks
Refer the below workflow
I have take a sample file with 3 email addresses and tried to send using send outlook message activity, was successfully able to send.
In outlook Message activity use TO field as your email address and try it.
Outlook.zip (8.5 KB)
@Srini84 - Follow below step
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.