Hi,
I am using the Node 'node-red-contrib-salesforce and am having issues with the 'DML' node.
I am creating a msg.payload that contains what I believe to be the correct formatted data, but the resultant nod gives the error "TypeError: Cannot read property 'toLowerCase' of null"
Inbound payload is
{
"id": "a00Dn000003tBGyIAM",
"Submission_Link__c": "Unexpected error in processing the request",
"Submission_API_Return_Code__c": 500,
"Submission_Id__c": "Dn000003tBGy",
"Submitted_Date_Time__c": "2023-01-10T13:18:28.167Z"
}
Many thanks for the swift reply, I am using this node after the sudden disappearance of alpine-code/node-red-contrib-salesforce which worked until yesterday....