Forum Discussion

tarena's avatar
tarena
New Contributor III
3 years ago
Solved

SOQL IN String Literals

I’m trying to pass a String into a Salesforce SOQL query formula. The String is created in an Aggregate snap, which concatenates Ids from records that were queried from another system, and a Mapper. ...
  • tarena's avatar
    3 years ago

    Answering my own question, there is a checkbox in the SOQL snap to escape single quotes from parameters. If this is unchecked, the single quotes will be passed to Salesforce as-is and are evaluated correctly.