if you try to upsert a object you get the error message
error PayloadValidationClientError ("payload validation failed: Type conversion failed due to typedesc and value mismatch.",error TypeConversionError ("Type conversion failed due to typedesc and value mismatch.",error("{ballerina}ConversionError",message="'string' value cannot be converted to '()'")))
because the upsert response not not handled .
Steps to Reproduce
try to upsert a account
error? upsert = salesforce->upsert("Account", "ExternalId__c", ar.AccountNumber, accountRecord);
Description
if you try to upsert a object you get the error message
error PayloadValidationClientError ("payload validation failed: Type conversion failed due to typedesc and value mismatch.",error TypeConversionError ("Type conversion failed due to typedesc and value mismatch.",error("{ballerina}ConversionError",message="'string' value cannot be converted to '()'")))
because the upsert response not not handled .Steps to Reproduce
try to upsert a account
error? upsert = salesforce->upsert("Account", "ExternalId__c", ar.AccountNumber, accountRecord);
Version
8.1.0
Environment Details (with versions)
No response