I found this issue in My application

0
Failed to evaluate expression, error occurred on line 1, character 1substring
asked
1 answers
0

Could you give us the full error?

 

If I had to guess, you're probably trying to get a substring where either the object or the attribute is empty. Make sure you validate for that before attempting the substring.

answered