I'm trying to include SQL parameters in an SMS text message.
What I put into the message is:
${SQL: SELECT status from CustomPollerStatus where CustomPollerStatus.CustomPollerAssignmentID = '1DE17F0E-2CF6-4785-9BD0-F97E58E09C39'} Minutes
What I see when I call it up after the save is:
${SQL: SELECT status from CustomPollerStatus where CustomPollerStatus.CustomPollerAssignmentID = '1DE17F0E-2CF6-4785-9BD0-F97E58E09C39'} Minutes
The single quotes are replaced with '
Any ideas on how to correct this?