Yes @GivePeasAChance exactly see what you need to do is look into your substring expression.
The error is because you are trying to get some data from your complete string that are over range. For example
See I have here a title: New event creation
the number of characters are: 18
when you use sub string you can't read data from more that 18 characters
And thats what you have the error