I am working on the AcmeAuto app and got the following error:
Expression evaluation error: Syntax error. Details: Expression evaluation error : Invalid character found in expression: “ (8220).
I copied the code provided on the guide but perhaps I did something wrong?
code provided:
this is what I changed:
Any help appreciated.
Discussion posts and replies are publicly visible
Use normal double quotes in line 7 and 8.
Great, that fixed it. Thank you!
gdavila Please verify Stefan's answer and close this thread as resolved.
I have verified the answer but I am not sure how to close the thread as resolved.
gdavila, In your code you are comparing the same field nextMaintenanceDate. One is last, the other next.
Thank you MarioB, noticed that when fixing the original mistake so it is no longer an issue.