We have one visual studio 2013 declarativ workflow. In this workflow we are retrieving value of multiple line of text field & storing it within string variable. Now, We are passing this string variable as email body within rest call (_api/SP.Utilities.Utility.SendEmail) using HttpSend activity. But if variable contains more than 255 char then email isRead more