I experienced this error when attempting to output the results of my Alteryx data blend workflow to Salesforce using the 'Salesforce Output' connector tool for an Update operation:
Salesforce Output (27) Record-level error from Salesforce API:
"INVALID_FIELD:Number of fields in header is different from the row. header = 15 row = 10:--"
I checked 'header 15' and it is the 'Id' field/header in my output that maps back to the existing Salesforce record so an update can successfully be performed-- I even have a 'Unique' tool set to catch any duplicate Salesforce Record Ids, and the issue is persisting.
Of the 67 records, 38 were successfully updated and 29 were not- any idea how this error can help me triangulate what the issue is?