01-04-2023 09:21 AM
Salesforce create showing complete but no records created in Salesforce. I would expect to see an error or something in the trace bin, but all I see is that the pipeline completed successfully. Is there something I need to do to be able to see the records in Salesforce. I am new to Salesforce and Snaplogic, so I might be doing something completely wrong.
01-05-2023 03:25 AM
01-05-2023 05:28 AM
I have it set to Bulk API.
01-05-2023 06:21 AM
I changed it to REST API and I am receiving errors now related to the schema that Salesforce expects. I just need to update my mapper now to match it. It’s unfortunate that Bulk API doesn’t give errors.
01-05-2023 06:57 AM
You can use also the Bulk API mode, but in order to check the status of every batch submitted, you should use the Salesforce Poller Snap. This snap will returns you the result for every record.
BR,
Spiro Taleski