I want to send an email to few people and I’m storing my Email body in Config file. But when I try to add new line to the text it’s not working but when I use any variable with data it’s working. I’m unable to fix the issue.
I’m using Graph API - send Email activity
Enabled is HTML also
In config written - Hi Team, {0} please find the attached report.{0} Thanks and regards.{0}Automation bot.
But when i use replace {0} with Environment.newline - it’s writing like this.
Hi Team, please find the attached report.Thanks and regards.Automation bot.