
Hi all,
Trying to Append with to Title in Case CRM Online 8.2.
Get "A validation error occurred. The length of the 'title' attribute of the 'incident' entity exceeded the maximum allowed length of '200'.'"
This was appending a field that is 50 characters to a 10 character title. I even changed field to 350 with same error.
I tried Append with text and failed as well. On the form I can add title 4 time as long as what I'm doing with Workflow and saves without error.
Any ideas?
My Bad!
Was using condition of "begins with" so was looping and creating large title.
Changed to Equals and works as expected.