Hi Experts,
I have an Container Variable of length 255 Characters say CVMAIN.
I tried to display the Container Value( CVMAIN ) in the "Send Email" step of the Workflow, but the Value got truncated to 80 Characters.
So I tried to split the Container value( CVMAIN ) into 4 different Container of length 70 say PART1, PART2, PART3 and PART4 respectively and tried to display it continuously without any spaces in the "Send Email" step.
But when I'm trying to display them Continuously the the Container PART2 alone is getting truncated to 68 characters and all other containers display the complete 70 Characters.
I have checked the binding of the Container and there is no problem over there .
I also checked the Container value in debugging mode it has the complete value . I tried adjusting the LineWidth of the Container to the maximum 132 characters still it doesn't work. I don't know why the value is not getting displayed Completely.
Your Help on this is would highly useful for me 😊
Thanks!!!!
Suvarna
did you check May be there will be space inside container value.PART2 is getting truncated to 68 characters then there is be space at 1st character and last character.Also check length of container element on mail step task.
Add a comment