NAl
4 years agoContributor
Cannot work out correct WHERE CLAUSE Expression
I have a Salesforce Read Snap and attempting to write a where clause that is dependent on a boolean field.
This is my current expression:
' CUSTOM_FIELD__c = '+"'" + TRUE + "'"
The error is as follows:
Where Clause: TRUE is undefined. Perhaps you meant: String, Uint8Array
I’ve changed the value from TRUE to 1 but receive this message instead:
must be of type boolean and should not be enclosed in quotes
Hi khanh_tran ,
Good day, you can use the binary properties in the CSV formatter snapHope this helps.
Thanks,
EmEm