Stwissel / node-red-contrib-salesforce

A set of Node-RED nodes to interact with Salesforce and Force.com
MIT License
10 stars 17 forks source link

Cannot insert object type "Attachment", error "TypeError: mime.lookup is not a function" #57

Open Swiftnesses opened 2 years ago

Swiftnesses commented 2 years ago

I'm trying to insert an 'Attachment' to a record, the error returned by the dml node is: "TypeError: mime.lookup is not a function"

Sample code:

msg.payload = {
    "ParentId": "a1d790000008vDcAAI",
    "Name": "hello.txt",
    "Body": "SGVsbG8u",
    "ContentType": "text/plain"
}

return msg