How to send email containing extracted data into body of paragraph

Hi @julian_ho

Is there a constant body that you will be using?

in that body storing add a Placeholder and replace it when needed before sending it

You will use in assign

str = str.Replace("<Placeholder>",doo.ToString)

str is the variable in which the body is stored

cheers