Hello Folks,
I am attempting to mark a Boolean field in a salesforce record as true. I have tried to use 1/0/True/TRUE as values and keep getting an error. What value would I use to mark the field True for salesforce update record?
When updating a boolean field in a Salesforce record through Clay, you should use the value true (lowercase). This is indicated by the output fields in our Salesforce integration which use boolean values of "true" or "false".When updating records, you can set this value in the Object Fields section of the Update Record action.
Sources:Salesforce integration overview | Documentation | Clay UniversityUpdate Record with Salesforce