Creating objects and inserting data in SalesForce using KNIME

Hello, dear KNIME users

I have got salesforce account and now I have proper connection with SalesForce. I can read data from there using Salesforce Simple Query.
image

Now, my question is, how can I create new object in Salesforce and insert some into there ? Is it Possible to do such things in KNIME?
The purpose is to insert, delete and update data in Salesforce using KNIME

Thanks in advance!

Hope that you will help to solve this problem

Hi @Karlygash

We don’t have yet nodes that do insert operation in salesforce. But what you can do is to use the Salesforce Authentication Extraction node https://kni.me/n/BiKqhTvKT7Da4ZkP to get connection information. You can then use this connection information with the other REST nodes (POST, PUT, PATCH, GET) to interact with Salesforce API

I hope this helps!

Cheers
Ana

4 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.