Forum Discussion
You should not have to make the SQL statement an expression in the snap, the following should directly work:
SELECT * FROM Snaplogic_space.SFDC_Leads_vw WHERE SFDC_Leads_vw.email = $Email
The snap will turn any property references (e.g. $Email) in the statement into a bound parameter when preparing the SQL statement.