We're getting a warning in our cloud sql database that Nintex is not escaping parameters when it's querying:
SELECT Job FROM <table> WHERE Site = '{Variable:varDBSite}'
Errors when a site name with a quote is passed:
SELECT Job FROM <table> WHERE Site = 'Rocky's Reward'
On-prem offers the option, however it looks like o365 doesn't? Is there a solution?