Subject: RE: Invalid Function Evaluate({@URLDecode(“Domino”;“} + strRequestContent + {”)})
This code was never correct. That it worked before is just luck. Apparently your data has characters in it (such as \ and ") that would end up causing a formula syntax error. For instance, suppose strRequestContent contains the string Sailor said “hi there!”
This results in your trying to evaluate the macro language expression:
@URLDecode(“Domino”;“Sailor said “hi there!””)
which is not syntactically correct.
If that is not your problem, please click the CRISPY link below to see how you can try to solve this problem yourself and if not, what information you need to provide to help others help you.