Has anyone had any luck/experience with the Salesforce connector and successfully inserting new rows to the Attachment API? I have a simple workflow where I take a sample text file into the Blob Input input tool, convert the blob to base64 (per Salesforce API), then append an exisitng parentId and Name (along with renaming the Blob input to 'Body' and shove that into a Salesforce output tool pointing at the Attachment table.
The result is a target record generated, but the response from the Salesforce output tool is "0 records processed and 0 failed across 1 batch".

I've played around with some other combinations of adding other non-required fields (CreatedDate, Description etc) with no changes. If I add something that is not part of the table the Salesforce output tool properly errors out.
Any ideas?
Thanks!