Forum Discussion

jmount's avatar
jmount
New Contributor
3 years ago

Salesforce Create Snap Showing Complete but No Records Created

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.

4 Replies

  • SpiroTaleski's avatar
    SpiroTaleski
    Valued Contributor

    @jmount

    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

  • jmount's avatar
    jmount
    New Contributor

    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.