Hello,
When trying to reference a field in a SOQL query, it now adds slashes (\). What is the correct way to write the where clause?
Where Contribution__c = \'<<Contract_Id>>\'
I tried removeing the \ but it comes back when saving
thanks for your input!