Sending unique emails

Hello @sam1313

Yes you can do this…

Follow the below steps.

  1. First have the body of the email saved in a text file. Make sure the body of the email text should be included with html tags. Example shown below… For the point you need to enter the dynamic value, include the part {0} so that it will be replaced later. If you have multiple values to join in, it should go as {0} {1} {2} and so on… see the image below for better understanding…
  2. Now read the text file using read text file activity into a string variable
  3. Now use String.Format command in .net as shown below…