The length parameter in your expression is longer than the text. The length of the text is 630 characters:
substring('<text>', <startIndex>, <length>)
substring('ABC', 0, 226)
Error "The length of substring can't be longer than '3' which is the length of the source string."
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.